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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371951d0c34d4f44b50ad8bc8d30a4ef7effade6;p=thirdparty%2Fvim.git 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 3712b54067..97c7e3cc28 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 5bf2999ae1..815f27b8db 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, /**/