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, /**/