forked from aniani/vim
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:
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user