Patch 8.2.2197
Problem: Assert arguments order reversed.
Solution: Swap the arguments. (Christian Brabandt, closes #7531)
Files: src/testdir/test_registers.vim
*** ../vim-8.2.2196/src/testdir/test_registers.vim 2020-12-22
17:59:28.067057967 +0100
--- src/testdir/test_registers.vim 2020-12-23 12:49:41.763230641 +0100
***************
*** 703,711 ****
call setline(1, ['foo foobar bar'])
call cursor(1,1)
exe ":norm! ciw'\<C-R>-'"
! call assert_equal(getline(1), "'foo' foobar bar")
exe ":norm! w.w."
! call assert_equal(getline(1), "'foo' 'foobar' 'bar'")
bwipe!
endfunc
--- 703,711 ----
call setline(1, ['foo foobar bar'])
call cursor(1,1)
exe ":norm! ciw'\<C-R>-'"
! call assert_equal("'foo' foobar bar", getline(1))
exe ":norm! w.w."
! call assert_equal("'foo' 'foobar' 'bar'", getline(1))
bwipe!
endfunc
*** ../vim-8.2.2196/src/version.c 2020-12-23 12:33:37.649652622 +0100
--- src/version.c 2020-12-23 12:50:09.579192421 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2197,
/**/
--
"How is your new girlfriend?"
"90-60-90 man!"
"What, pale purple?"
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202012231151.0BNBpJXa2853476%40masaka.moolenaar.net.