]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/vim/patches/vim-7.3.015.patch0
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / vim / patches / vim-7.3.015.patch0
1 To: vim-dev@vim.org
2 Subject: Patch 7.3.015
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.3.015
11 Problem: Test is using error message that no longer exists.
12 Solution: Change E106 to E121. (Dominique Pelle)
13 Files: src/testdir/test49.vim
14
15
16 *** ../vim-7.3.014/src/testdir/test49.vim 2010-08-15 21:57:29.000000000 +0200
17 --- src/testdir/test49.vim 2010-09-29 16:52:06.000000000 +0200
18 ***************
19 *** 1,6 ****
20 " Vim script language tests
21 " Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
22 ! " Last Change: 2006 Apr 28
23
24 "-------------------------------------------------------------------------------
25 " Test environment {{{1
26 --- 1,6 ----
27 " Vim script language tests
28 " Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
29 ! " Last Change: 2010 Sep 29
30
31 "-------------------------------------------------------------------------------
32 " Test environment {{{1
33 ***************
34 *** 8711,8717 ****
35 endif
36 else
37 if cmd == "let"
38 ! let match = MATCH(0, thrmsg, 'E106', "Unknown variable")
39 elseif cmd == "unlet"
40 let match = MATCH(0, thrmsg, 'E108', "No such variable")
41 endif
42 --- 8711,8717 ----
43 endif
44 else
45 if cmd == "let"
46 ! let match = MATCH(0, thrmsg, 'E121', "Undefined variable")
47 elseif cmd == "unlet"
48 let match = MATCH(0, thrmsg, 'E108', "No such variable")
49 endif
50 *** ../vim-7.3.014/src/version.c 2010-09-29 15:50:14.000000000 +0200
51 --- src/version.c 2010-09-29 16:55:03.000000000 +0200
52 ***************
53 *** 716,717 ****
54 --- 716,719 ----
55 { /* Add new patch number below this line */
56 + /**/
57 + 15,
58 /**/
59
60 --
61 hundred-and-one symptoms of being an internet addict:
62 228. You spend Saturday night making the counter on your home page
63 pass that 2000 mark.
64
65 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
66 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
67 \\\ download, build and distribute -- http://www.A-A-P.org ///
68 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///