To: vim_dev@googlegroups.com Subject: Patch 8.2.4152 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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\jjIx\" ! call assert_equal(['axaa', 'xあああ', 'bxbb'], getline(1, '$')) bwipeout! endfunc --- 8,14 ---- new call setline(1, ["aaa", "あああ", "bbb"]) exe ":norm! gg0l\jjIx\" ! 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 -- 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 ///