From: Bram Moolenaar Date: Wed, 28 Sep 2022 13:08:23 +0000 (+0100) Subject: patch 9.0.0616: spell test fails because error message changed X-Git-Tag: v9.0.0616 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=371951d0c34d4f44b50ad8bc8d30a4ef7effade6;p=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. --- diff --git a/src/testdir/test_spell.vim b/src/testdir/test_spell.vim index 3712b5406..97c7e3cc2 100644 --- a/src/testdir/test_spell.vim +++ b/src/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 diff --git a/src/version.c b/src/version.c index 5bf2999ae..815f27b8d 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 616, /**/ 615, /**/