commit a9452cf3d5e2904ff355daf660e8e56bcb2433eb
parent 6bc2d6b66b683faedded01128af8ad98b7130fef
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sat, 15 Oct 2022 16:17:07 +0800
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.
https://github.com/vim/vim/commit/371951d0c34d4f44b50ad8bc8d30a4ef7effade6
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nvim/testdir/test_spell.vim b/src/nvim/testdir/test_spell.vim
@@ -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