To: vim_dev@googlegroups.com Subject: Patch 8.2.3823 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3823 Problem: Test for visual replace is in wrong function. Solution: Move it to another function. Files: src/testdir/test_visual.vim *** ../vim-8.2.3822/src/testdir/test_visual.vim 2021-12-15 21:08:46.094889851 +0000 --- src/testdir/test_visual.vim 2021-12-16 09:52:36.412927401 +0000 *************** *** 234,243 **** call assert_equal("\txaaaa", getline(1)) set softtabstop& - call setline(1, "xã̳x") - normal gg0lvrb - call assert_equal("xbx", getline(1)) - enew! set noai bs&vim if exists('save_t_kD') --- 234,239 ---- *************** *** 669,674 **** --- 665,675 ---- normal v$rx call assert_equal(['x'], getline(1, '$')) + " replace a character with composing characters + call setline(1, "xã̳x") + normal gg0lvrb + call assert_equal("xbx", getline(1)) + bwipe! endfunc *** ../vim-8.2.3822/src/version.c 2021-12-16 08:21:05.302828003 +0000 --- src/version.c 2021-12-16 09:53:52.652704604 +0000 *************** *** 751,752 **** --- 751,754 ---- { /* Add new patch number below this line */ + /**/ + 3823, /**/ -- I started out with nothing, and I still have most of it. -- Michael Davis -- "Tonight Show" /// 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 ///