To: vim_dev@googlegroups.com Subject: Patch 9.0.0616 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///