To: vim_dev@googlegroups.com Subject: Patch 8.2.3990 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3990 Problem: Testing wrong operator. Solution: Test "g@" instead of "r_". (Naohiro Ono, closes #9463) Files: src/testdir/test_normal.vim *** ../vim-8.2.3989/src/testdir/test_normal.vim 2022-01-02 13:05:41.992274960 +0000 --- src/testdir/test_normal.vim 2022-01-03 11:14:12.640957197 +0000 *************** *** 486,492 **** set operatorfunc=Underscorize new call setline(1, ['first', 'first', 'third', 'third', 'second']) ! normal! 1GVjr_ normal! 5G. normal! 3G. call assert_equal(['_____', '_____', '_____', '_____', '______'], getline(1, '$')) --- 486,492 ---- set operatorfunc=Underscorize new call setline(1, ['first', 'first', 'third', 'third', 'second']) ! normal! 1GVjg@ normal! 5G. normal! 3G. call assert_equal(['_____', '_____', '_____', '_____', '______'], getline(1, '$')) *** ../vim-8.2.3989/src/version.c 2022-01-03 11:03:42.538752401 +0000 --- src/version.c 2022-01-03 11:14:36.740888412 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 3990, /**/ -- hundred-and-one symptoms of being an internet addict: 200. You really believe in the concept of a "paperless" office. /// 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 ///