Patch 8.2.4152

6 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 20, 2022, 7:23:58 AM1/20/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages