aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-10-15 16:17:07 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-10-15 16:28:36 +0800
commita9452cf3d5e2904ff355daf660e8e56bcb2433eb (patch)
tree91e4b7bbf302a699629d59652e73a365ccafe3a1
parent6bc2d6b66b683faedded01128af8ad98b7130fef (diff)
downloadrneovim-a9452cf3d5e2904ff355daf660e8e56bcb2433eb.tar.gz
rneovim-a9452cf3d5e2904ff355daf660e8e56bcb2433eb.tar.bz2
rneovim-a9452cf3d5e2904ff355daf660e8e56bcb2433eb.zip
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
-rw-r--r--src/nvim/testdir/test_spell.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_spell.vim b/src/nvim/testdir/test_spell.vim
index 8ab8204b10..e421d21de1 100644
--- 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