]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.085
- new
[packages/vim.git] / 7.0.085
CommitLineData
f3c378e8
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.085
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.0.085
11Problem: When doing "make test" the viminfo file is modified.
12Solution: Use another viminfo file after setting 'compatible.
13Files: src/testdir/test56.in
14
15
16*** ../vim-7.0.084/src/testdir/test56.in Thu May 19 00:21:20 2005
17--- src/testdir/test56.in Sun Sep 3 16:28:41 2006
18***************
19*** 3,9 ****
20 STARTTEST
21 :so small.vim
22 :"
23! :set nocp
24 :/^start:/+1,/^end:/-1w! Xtest.vim
25 :source Xtest.vim
26 _x
27--- 3,9 ----
28 STARTTEST
29 :so small.vim
30 :"
31! :set nocp viminfo+=nviminfo
32 :/^start:/+1,/^end:/-1w! Xtest.vim
33 :source Xtest.vim
34 _x
35*** ../vim-7.0.084/src/version.c Tue Sep 5 12:57:14 2006
36--- src/version.c Tue Sep 5 13:33:22 2006
37***************
38*** 668,669 ****
39--- 668,671 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 85,
43 /**/
44
45--
46Apologies for taking up the bandwidth with the apology. Anything else I
47can apologise for ...... er no can't think of anything, sorry about that.
48 Andy Hunt (Member of British Olympic Apology Squad)
49
50 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
51/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52\\\ download, build and distribute -- http://www.A-A-P.org ///
53 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.186529 seconds and 4 git commands to generate.