From: Bram Moolenaar Date: Wed, 29 Sep 2010 14:55:49 +0000 (+0200) Subject: updated for version 7.3.015 X-Git-Tag: v7.3.015 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3967692f9e46fa6156fff7f8f29aab0e469eed2e;p=thirdparty%2Fvim.git updated for version 7.3.015 Problem: Test is using error message that no longer exists. Solution: Change E106 to E121. (Dominique Pelle) --- diff --git a/src/testdir/test49.vim b/src/testdir/test49.vim index 3b0982a685..5e24e30242 100644 --- a/src/testdir/test49.vim +++ b/src/testdir/test49.vim @@ -1,6 +1,6 @@ " Vim script language tests " Author: Servatius Brandt -" 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 diff --git a/src/version.c b/src/version.c index ad47acc51b..e24fb6bb4f 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 15, /**/ 14, /**/