]> granicus.if.org Git - vim/commitdiff
patch 9.0.0616: spell test fails because error message changed v9.0.0616
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Sep 2022 13:08:23 +0000 (14:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Sep 2022 13:08:23 +0000 (14:08 +0100)
Problem:    Spell test fails because error message changed.
Solution:   Adjust expected error message.

src/testdir/test_spell.vim
src/version.c

index 3712b540672eb31d17320342051936578f3e4fef..97c7e3cc28472c638f5f4a1deae3ea59f358cb38 100644 (file)
@@ -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
index 5bf2999ae16118a1ba17a0e5b64c41b4e49e4292..815f27b8db50b221390593a57c1c4a758bfa66b3 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    616,
 /**/
     615,
 /**/