]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.260
- new
[packages/vim.git] / 7.2.260
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.260 (extra)
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.260 (extra part of 7.2.259)
11 Problem:    exists() doesn't work properly for empty aucmd group.
12 Solution:   Change how au_exists() handles a missing pattern.  Also add a
13             test for this. (Bob Hiestand)
14 Files:      src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
15             src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,
16             src/testdir/Make_vms.mms
17
18
19 *** ../vim-7.2.259/src/testdir/Make_amiga.mak   2009-03-11 16:36:04.000000000 +0100
20 --- src/testdir/Make_amiga.mak  2009-09-11 16:29:54.000000000 +0200
21 ***************
22 *** 26,32 ****
23                 test48.out test51.out test53.out test54.out test55.out \
24                 test56.out test57.out test58.out test59.out test60.out \
25                 test61.out test62.out test63.out test64.out test65.out \
26 !               test66.out
27   
28   .SUFFIXES: .in .out
29   
30 --- 26,32 ----
31                 test48.out test51.out test53.out test54.out test55.out \
32                 test56.out test57.out test58.out test59.out test60.out \
33                 test61.out test62.out test63.out test64.out test65.out \
34 !               test66.out test67.out
35   
36   .SUFFIXES: .in .out
37   
38 ***************
39 *** 112,114 ****
40 --- 112,115 ----
41   test64.out: test64.in
42   test65.out: test65.in
43   test66.out: test66.in
44 + test67.out: test67.in
45 *** ../vim-7.2.259/src/testdir/Make_dos.mak     2009-03-11 16:36:04.000000000 +0100
46 --- src/testdir/Make_dos.mak    2009-09-11 16:30:17.000000000 +0200
47 ***************
48 *** 26,32 ****
49                 test15.out test17.out test18.out test21.out test26.out \
50                 test30.out test31.out test32.out test33.out test34.out \
51                 test37.out test38.out test39.out test40.out test41.out \
52 !               test42.out test52.out test65.out test66.out
53   
54   SCRIPTS32 =   test50.out
55   
56 --- 26,32 ----
57                 test15.out test17.out test18.out test21.out test26.out \
58                 test30.out test31.out test32.out test33.out test34.out \
59                 test37.out test38.out test39.out test40.out test41.out \
60 !               test42.out test52.out test65.out test66.out test67.out
61   
62   SCRIPTS32 =   test50.out
63   
64 *** ../vim-7.2.259/src/testdir/Make_ming.mak    2009-03-11 16:36:04.000000000 +0100
65 --- src/testdir/Make_ming.mak   2009-09-11 16:30:37.000000000 +0200
66 ***************
67 *** 45,51 ****
68                 test15.out test17.out test18.out test21.out test26.out \
69                 test30.out test31.out test32.out test33.out test34.out \
70                 test37.out test38.out test39.out test40.out test41.out \
71 !               test42.out test52.out test65.out test66.out
72   
73   SCRIPTS32 =   test50.out
74   
75 --- 45,51 ----
76                 test15.out test17.out test18.out test21.out test26.out \
77                 test30.out test31.out test32.out test33.out test34.out \
78                 test37.out test38.out test39.out test40.out test41.out \
79 !               test42.out test52.out test65.out test66.out test67.out
80   
81   SCRIPTS32 =   test50.out
82   
83 *** ../vim-7.2.259/src/testdir/Make_os2.mak     2009-03-11 16:36:04.000000000 +0100
84 --- src/testdir/Make_os2.mak    2009-09-11 16:30:52.000000000 +0200
85 ***************
86 *** 26,32 ****
87                 test48.out test51.out test53.out test54.out test55.out \
88                 test56.out test57.out test58.out test59.out test60.out \
89                 test61.out test62.out test63.out test64.out test65.out \
90 !               test66.out
91   
92   .SUFFIXES: .in .out
93   
94 --- 26,32 ----
95                 test48.out test51.out test53.out test54.out test55.out \
96                 test56.out test57.out test58.out test59.out test60.out \
97                 test61.out test62.out test63.out test64.out test65.out \
98 !               test66.out test67.out
99   
100   .SUFFIXES: .in .out
101   
102 *** ../vim-7.2.259/src/testdir/Make_vms.mms     2009-03-11 16:36:04.000000000 +0100
103 --- src/testdir/Make_vms.mms    2009-09-11 16:31:06.000000000 +0200
104 ***************
105 *** 4,10 ****
106   # Authors:    Zoltan Arpadffy, <arpadffy@polarhome.com>
107   #             Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
108   #
109 ! # Last change:  2009 Mar 05
110   #
111   # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
112   # Edit the lines in the Configuration section below to select.
113 --- 4,10 ----
114   # Authors:    Zoltan Arpadffy, <arpadffy@polarhome.com>
115   #             Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
116   #
117 ! # Last change:  2009 Sep 11
118   #
119   # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
120   # Edit the lines in the Configuration section below to select.
121 ***************
122 *** 69,75 ****
123          test48.out test51.out test53.out test54.out test55.out \
124          test56.out test57.out test60.out \
125          test61.out test62.out test63.out test64.out test65.out \
126 !        test66.out
127   
128   .IFDEF WANT_GUI
129   SCRIPT_GUI = test16.out
130 --- 69,75 ----
131          test48.out test51.out test53.out test54.out test55.out \
132          test56.out test57.out test60.out \
133          test61.out test62.out test63.out test64.out test65.out \
134 !        test66.out test67.out
135   
136   .IFDEF WANT_GUI
137   SCRIPT_GUI = test16.out
138 *** ../vim-7.2.259/src/version.c        2009-09-11 17:24:01.000000000 +0200
139 --- src/version.c       2009-09-18 14:57:05.000000000 +0200
140 ***************
141 *** 678,679 ****
142 --- 678,681 ----
143   {   /* Add new patch number below this line */
144 + /**/
145 +     260,
146   /**/
147
148 -- 
149 hundred-and-one symptoms of being an internet addict:
150 251. You've never seen your closest friends who usually live WAY too far away.
151
152  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
153 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
154 \\\        download, build and distribute -- http://www.A-A-P.org        ///
155  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.03845 seconds and 3 git commands to generate.