Patch 8.2.4152
Problem: Block insert with double wide character fails.
Solution: Adjust the expected output.
Files: src/testdir/test_utf8.vim
*** ../vim-8.2.4151/src/testdir/test_utf8.vim 2022-01-04 18:01:17.889123524
+0000
--- src/testdir/test_utf8.vim 2022-01-20 12:20:56.203028568 +0000
***************
*** 8,14 ****
new
call setline(1, ["aaa", "あああ", "bbb"])
exe ":norm! gg0l\<C-V>jjIx\<Esc>"
! call assert_equal(['axaa', 'xあああ', 'bxbb'], getline(1, '$'))
bwipeout!
endfunc
--- 8,14 ----
new
call setline(1, ["aaa", "あああ", "bbb"])
exe ":norm! gg0l\<C-V>jjIx\<Esc>"
! call assert_equal(['axaa', ' xあああ', 'bxbb'], getline(1, '$'))
bwipeout!
endfunc
*** ../vim-8.2.4151/src/version.c 2022-01-20 12:10:45.052814746 +0000
--- src/version.c 2022-01-20 12:22:17.478501104 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4152,
/**/
--
Life is a gift, living is an art. (Bram Moolenaar)
/// 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/20220120122353.8F7901C188D%40moolenaar.net.