0
0
mirror of https://github.com/vim/vim.git synced 2025-10-05 05:34:07 -04:00

updated for version 7.3.015

Problem:    Test is using error message that no longer exists.
Solution:   Change E106 to E121. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2010-09-29 16:55:49 +02:00
parent 417f5e7f11
commit 3967692f9e
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
" Vim script language tests " Vim script language tests
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com> " Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
" Last Change: 2006 Apr 28 " Last Change: 2010 Sep 29
"------------------------------------------------------------------------------- "-------------------------------------------------------------------------------
" Test environment {{{1 " Test environment {{{1
@@ -8711,7 +8711,7 @@ try
endif endif
else else
if cmd == "let" if cmd == "let"
let match = MATCH(0, thrmsg, 'E106', "Unknown variable") let match = MATCH(0, thrmsg, 'E121', "Undefined variable")
elseif cmd == "unlet" elseif cmd == "unlet"
let match = MATCH(0, thrmsg, 'E108', "No such variable") let match = MATCH(0, thrmsg, 'E108', "No such variable")
endif endif

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
15,
/**/ /**/
14, 14,
/**/ /**/