Patch 9.0.0616 (after 9.0.0614)
Problem: Spell test fails because error message changed.
Solution: Adjust expected error message.
Files: src/testdir/test_spell.vim
*** ../vim-9.0.0615/src/testdir/test_spell.vim 2022-09-27 16:27:56.100237745
+0100
--- src/testdir/test_spell.vim 2022-09-28 14:06:51.821950705 +0100
***************
*** 147,153 ****
augroup TestSpellFileMissing
autocmd! SpellFileMissing * bwipe
augroup END
! call assert_fails('set spell spelllang=ab_cd', 'E797:')
" clean up
augroup TestSpellFileMissing
--- 147,153 ----
augroup TestSpellFileMissing
autocmd! SpellFileMissing * bwipe
augroup END
! call assert_fails('set spell spelllang=ab_cd', 'E937:')
" clean up
augroup TestSpellFileMissing
*** ../vim-9.0.0615/src/version.c 2022-09-28 13:22:53.942530974 +0100
--- src/version.c 2022-09-28 14:07:50.769893534 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 616,
/**/
--
hundred-and-one symptoms of being an internet addict:
209. Your house stinks because you haven't cleaned it in a week.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220928130858.3F0DF1C044A%40moolenaar.net.