To: vim_dev@googlegroups.com Subject: Patch 9.0.0022 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0022 (after 9.0.0021) Problem: Spell test fails. Solution: Expect new error is given. Files: src/testdir/test_spell_utf8.vim *** ../vim-9.0.0021/src/testdir/test_spell_utf8.vim 2022-06-10 00:00:05.000000000 +0100 --- src/testdir/test_spell_utf8.vim 2022-07-01 22:40:47.210575073 +0100 *************** *** 779,785 **** € END call setline(1, lines) ! exe "%norm \ez=>\wzG" bwipe! endfunc --- 779,790 ---- € END call setline(1, lines) ! try ! exe "%norm \ez=>\wzG" ! catch /E1280:/ ! let caught = 'yes' ! endtry ! call assert_equal('yes', caught) bwipe! endfunc *** ../vim-9.0.0021/src/version.c 2022-07-01 22:26:16.691721005 +0100 --- src/version.c 2022-07-01 22:42:33.726473639 +0100 *************** *** 737,738 **** --- 737,740 ---- { /* Add new patch number below this line */ + /**/ + 22, /**/ -- Know this story about a nerd who fell into a river and drowned, despite his cries of "F1! F1!"? /// 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 ///