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 -- [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/20220103111620.2C7DB1C0A5B%40moolenaar.net.