]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.015 v7.3.015
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Sep 2010 14:55:49 +0000 (16:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Sep 2010 14:55:49 +0000 (16:55 +0200)
Problem:    Test is using error message that no longer exists.
Solution:   Change E106 to E121. (Dominique Pelle)

src/testdir/test49.vim
src/version.c

index 3b0982a68502a0b8632277f15032f9a945f81a02..5e24e302421b7bdd0e8cbf0b5ff61207e7497521 100644 (file)
@@ -1,6 +1,6 @@
 " Vim script language tests
 " Author:      Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
-" Last Change: 2006 Apr 28
+" Last Change: 2010 Sep 29
 
 "-------------------------------------------------------------------------------
 " Test environment                                                         {{{1
@@ -8711,7 +8711,7 @@ try
                endif
            else
                if cmd == "let"
-                   let match = MATCH(0, thrmsg, 'E106', "Unknown variable")
+                   let match = MATCH(0, thrmsg, 'E121', "Undefined variable")
                elseif cmd == "unlet"
                    let match = MATCH(0, thrmsg, 'E108', "No such variable")
                endif
index ad47acc51bc6f49fba7ceb3b4578d354ce424b01..e24fb6bb4fbf08d5be7d4aa4d6f9bd5a5da9f671 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    15,
 /**/
     14,
 /**/