Patch 8.2.3661

2 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 24, 2021, 10:01:18 AM11/24/21
to vim...@googlegroups.com

Patch 8.2.3661 (after 8.2.3659)
Problem: Test for put with large count fails.
Solution: Adjust the counts in the test.
Files: src/testdir/test_put.vim


*** ../vim-8.2.3660/src/testdir/test_put.vim 2021-11-16 12:50:42.128595270 +0000
--- src/testdir/test_put.vim 2021-11-24 14:54:12.822025554 +0000
***************
*** 162,169 ****
endif

new
! let @" = 'x'
! call assert_fails('norm 44444444444444p', 'E1240:')
bwipe!
endfunc

--- 162,169 ----
endif

new
! let @" = repeat('x', 100)
! call assert_fails('norm 999999999p', 'E1240:')
bwipe!
endfunc

***************
*** 182,190 ****
endif

new
! call setline(1, 'x')
! exe "norm \<C-V>y"
! call assert_fails('norm 44444444444444p', 'E1240:')
bwipe!
endfunc

--- 182,190 ----
endif

new
! call setline(1, repeat('x', 100))
! exe "norm \<C-V>$y"
! call assert_fails('norm 999999999p', 'E1240:')
bwipe!
endfunc

*** ../vim-8.2.3660/src/version.c 2021-11-24 13:40:26.427007315 +0000
--- src/version.c 2021-11-24 14:58:59.533611694 +0000
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3661,
/**/

--
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~

/// Bram Moolenaar -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages