mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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.
371951d0c3
This commit is contained in:
parent
6bc2d6b66b
commit
a9452cf3d5
@ -147,7 +147,7 @@ func Test_spell_file_missing()
|
||||
augroup TestSpellFileMissing
|
||||
autocmd! SpellFileMissing * bwipe
|
||||
augroup END
|
||||
call assert_fails('set spell spelllang=ab_cd', 'E797:')
|
||||
call assert_fails('set spell spelllang=ab_cd', 'E937:')
|
||||
|
||||
" clean up
|
||||
augroup TestSpellFileMissing
|
||||
|
Loading…
Reference in New Issue
Block a user