]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.085
- new
[packages/vim.git] / 7.0.085
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.085
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.0.085
11 Problem:    When doing "make test" the viminfo file is modified.
12 Solution:   Use another viminfo file after setting 'compatible.
13 Files:      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 -- 
46 Apologies for taking up the bandwidth with the apology.  Anything else I
47 can 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.031404 seconds and 3 git commands to generate.