forked from aniani/vim
patch 9.0.0616: spell test fails because error message changed
Problem: Spell test fails because error message changed. Solution: Adjust expected error message.
This commit is contained in:
parent
52df40eb04
commit
371951d0c3
@ -147,7 +147,7 @@ func Test_spell_file_missing()
|
|||||||
augroup TestSpellFileMissing
|
augroup TestSpellFileMissing
|
||||||
autocmd! SpellFileMissing * bwipe
|
autocmd! SpellFileMissing * bwipe
|
||||||
augroup END
|
augroup END
|
||||||
call assert_fails('set spell spelllang=ab_cd', 'E797:')
|
call assert_fails('set spell spelllang=ab_cd', 'E937:')
|
||||||
|
|
||||||
" clean up
|
" clean up
|
||||||
augroup TestSpellFileMissing
|
augroup TestSpellFileMissing
|
||||||
|
@ -699,6 +699,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 */
|
||||||
|
/**/
|
||||||
|
616,
|
||||||
/**/
|
/**/
|
||||||
615,
|
615,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user