]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.391
- updated to 6.2.430
[packages/vim.git] / 6.2.391
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.391 (extra)
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 6.2.391 (extra)
11 Problem:    The ":highlight" command is not tested.
12 Solution:   Add a test script for ":highlight".
13 Files:      src/testdir/Makefile, src/testdir/Make_amiga.mak,
14             src/testdir/Make_dos.mak, src/testdir/Make_os2.mak,
15             src/testdir/Make_vms.mms, src/testdir/test51.in,
16             src/testdir/test51.ok
17
18
19 *** ../vim-6.2.390/src/testdir/Makefile Sun Oct 12 17:06:26 2003
20 --- src/testdir/Makefile        Mon Mar 22 16:26:43 2004
21 ***************
22 *** 13,19 ****
23                 test33.out test34.out test35.out test36.out test37.out \
24                 test38.out test39.out test40.out test41.out test42.out \
25                 test43.out test44.out test45.out test46.out test47.out \
26 !               test48.out test49.out
27   
28   SCRIPTS_GUI = test16.out
29   
30 --- 13,19 ----
31                 test33.out test34.out test35.out test36.out test37.out \
32                 test38.out test39.out test40.out test41.out test42.out \
33                 test43.out test44.out test45.out test46.out test47.out \
34 !               test48.out test49.out test51.out
35   
36   SCRIPTS_GUI = test16.out
37   
38 *** ../vim-6.2.390/src/testdir/Make_amiga.mak   Tue May 15 12:01:06 2001
39 --- src/testdir/Make_amiga.mak  Mon Mar 22 17:25:14 2004
40 ***************
41 *** 22,28 ****
42                 test33.out test34.out test35.out test36.out test37.out \
43                 test38.out test39.out test40.out test41.out test42.out \
44                 test43.out test44.out test45.out test46.out test47.out \
45 !               test48.out
46   
47   .SUFFIXES: .in .out
48   
49 --- 22,28 ----
50                 test33.out test34.out test35.out test36.out test37.out \
51                 test38.out test39.out test40.out test41.out test42.out \
52                 test43.out test44.out test45.out test46.out test47.out \
53 !               test48.out test51.out
54   
55   .SUFFIXES: .in .out
56   
57 ***************
58 *** 93,95 ****
59 --- 93,96 ----
60   test46.out: test46.in
61   test47.out: test47.in
62   test48.out: test48.in
63 + test51.out: test51.in
64 *** ../vim-6.2.390/src/testdir/Make_dos.mak     Thu Mar 18 17:07:39 2004
65 --- src/testdir/Make_dos.mak    Mon Mar 22 17:25:32 2004
66 ***************
67 *** 17,23 ****
68                 test23.out test24.out test28.out test29.out \
69                 test35.out test36.out test43.out \
70                 test44.out test45.out test46.out test47.out \
71 !               test48.out
72   
73   SCRIPTS =     test3.out test4.out test5.out test6.out test7.out \
74                 test8.out test9.out test11.out test13.out test14.out \
75 --- 17,23 ----
76                 test23.out test24.out test28.out test29.out \
77                 test35.out test36.out test43.out \
78                 test44.out test45.out test46.out test47.out \
79 !               test48.out test51.out
80   
81   SCRIPTS =     test3.out test4.out test5.out test6.out test7.out \
82                 test8.out test9.out test11.out test13.out test14.out \
83 *** ../vim-6.2.390/src/testdir/Make_os2.mak     Sat Jul 28 18:03:52 2001
84 --- src/testdir/Make_os2.mak    Mon Mar 22 17:26:10 2004
85 ***************
86 *** 22,28 ****
87                 test33.out test34.out test35.out test36.out test37.out \
88                 test38.out test39.out test40.out test41.out test42.out \
89                 test43.out test44.out test45.out test46.out test47.out \
90 !               test48.out
91   
92   .SUFFIXES: .in .out
93   
94 --- 22,28 ----
95                 test33.out test34.out test35.out test36.out test37.out \
96                 test38.out test39.out test40.out test41.out test42.out \
97                 test43.out test44.out test45.out test46.out test47.out \
98 !               test48.out test51.out
99   
100   .SUFFIXES: .in .out
101   
102 *** ../vim-6.2.390/src/testdir/Make_vms.mms     Tue May  6 20:47:12 2003
103 --- src/testdir/Make_vms.mms    Mon Mar 22 17:26:55 2004
104 ***************
105 *** 4,10 ****
106   # Authors:    Zoltan Arpadffy, <arpadffy@polarfox.com>
107   #             Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
108   #
109 ! # Last change:  2003 May 06
110   #
111   # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
112   # Edit the lines in the Configuration section below to select.
113 --- 4,10 ----
114   # Authors:    Zoltan Arpadffy, <arpadffy@polarfox.com>
115   #             Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
116   #
117 ! # Last change:  2004 Mar 22
118   #
119   # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
120   # Edit the lines in the Configuration section below to select.
121 ***************
122 *** 57,63 ****
123          test33.out test34.out test35.out test36.out test37.out \
124          test38.out test39.out test40.out test41.out test42.out \
125          test43.out test44.out test45.out test46.out \
126 !        test48.out test49.out
127   
128   .IFDEF WANT_GUI
129   SCRIPT_GUI = test16.out
130 --- 57,63 ----
131          test33.out test34.out test35.out test36.out test37.out \
132          test38.out test39.out test40.out test41.out test42.out \
133          test43.out test44.out test45.out test46.out \
134 !        test48.out test49.out test51.out
135   
136   .IFDEF WANT_GUI
137   SCRIPT_GUI = test16.out
138 *** ../vim-6.2.390/src/testdir/test51.in        Mon Mar 22 17:28:07 2004
139 --- src/testdir/test51.in       Mon Mar 22 16:24:59 2004
140 ***************
141 *** 0 ****
142 --- 1,34 ----
143 + Tests for ":highlight". vim: set ft=vim :
144
145 + STARTTEST
146 + :so small.vim
147 + :" basic test if ":highlight" doesn't crash
148 + :highlight
149 + :hi Search
150 + :" test setting colors.
151 + :" test clearing one color and all doesn't generate error or warning
152 + :hi NewGroup term=bold cterm=italic ctermfg=Blue ctermbg=Grey gui= guifg=#00ff00 guibg=Cyan
153 + :hi Group2 term= cterm=
154 + :hi Group3 term=underline cterm=bold
155 + :redir >test.out
156 + :hi NewGroup
157 + :hi Group2
158 + :hi Group3
159 + :hi clear NewGroup
160 + :hi NewGroup
161 + :hi Group2
162 + :hi Group2 NONE
163 + :hi Group2
164 + :hi clear
165 + :hi Group3
166 + :hi Crash term='asdf
167 + :redir END
168 + :" filter ctermfg and ctermbg, the numbers depend on the terminal
169 + :e test.out
170 + :%s/ctermfg=\d*/ctermfg=2/
171 + :%s/ctermbg=\d*/ctermbg=3/
172 + :" filter out possibly translated error message
173 + :%s/E475: [^:]*:/E475:/
174 + :wq!
175 + ENDTEST
176
177 *** ../vim-6.2.390/src/testdir/test51.ok        Mon Mar 22 17:28:07 2004
178 --- src/testdir/test51.ok       Mon Mar 22 16:26:57 2004
179 ***************
180 *** 0 ****
181 --- 1,15 ----
182
183
184 + NewGroup       xxx term=bold cterm=italic ctermfg=2 ctermbg=3
185
186
187 + Group3         xxx term=underline cterm=bold
188
189
190
191
192
193
194
195
196 + E475: term='asdf
197 *** ../vim-6.2.390/src/version.c        Mon Mar 22 14:47:27 2004
198 --- src/version.c       Mon Mar 22 17:27:14 2004
199 ***************
200 *** 639,640 ****
201 --- 639,642 ----
202   {   /* Add new patch number below this line */
203 + /**/
204 +     391,
205   /**/
206
207 -- 
208 hundred-and-one symptoms of being an internet addict:
209 100. The most exciting sporting events you noticed during summer 1996
210     was Netscape vs. Microsoft.
211
212  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
213 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
214 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
215  \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.044666 seconds and 3 git commands to generate.