mirror of
https://github.com/neovim/neovim.git
synced 2026-07-11 11:59:43 +00: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(cherry picked from commita9452cf3d5)
This commit is contained in:
committed by
github-actions[bot]
parent
7ba968ef3b
commit
89fbffff13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user