]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.015
- new
[packages/vim.git] / 7.3.015
CommitLineData
1419a6f5
ER
1To: vim-dev@vim.org
2Subject: Patch 7.3.015
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.015
11Problem: Test is using error message that no longer exists.
12Solution: Change E106 to E121. (Dominique Pelle)
13Files: 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--
61hundred-and-one symptoms of being an internet addict:
62228. 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 ///
This page took 0.035928 seconds and 4 git commands to generate.