Patch 8.2.3497
Problem: Put test fails when run by itself.
Solution: Source check.vim. (Dominique Pellé, closes #8990)
Files: src/testdir/test_put.vim
*** ../vim-8.2.3496/src/testdir/test_put.vim 2021-10-10 13:53:55.345494414
+0100
--- src/testdir/test_put.vim 2021-10-11 20:21:42.489420250 +0100
***************
*** 1,5 ****
--- 1,7 ----
" Tests for put commands, e.g. ":put", "p", "gp", "P", "gP", etc.
+ source check.vim
+
func Test_put_block()
new
call feedkeys("i\<C-V>u2500\<CR>x\<ESC>", 'x')
*** ../vim-8.2.3496/src/version.c 2021-10-11 16:26:55.574732816 +0100
--- src/version.c 2021-10-11 20:25:20.544391328 +0100
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3497,
/**/
--
In a world without fences, who needs Gates and Windows?
/// 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/20211011192905.4138BC80053%40moolenaar.net.