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 \<C-v>ez=>\<C-v>wzG"
bwipe!
endfunc
--- 779,790 ----
€
END
call setline(1, lines)
! try
! exe "%norm \<C-v>ez=>\<C-v>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 -- [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/20220701214510.9D29E1C091A%40moolenaar.net.