1
0
forked from aniani/vim

patch 8.2.3497: put test fails when run by itself

Problem:    Put test fails when run by itself.
Solution:   Source check.vim. (Dominique Pellé, closes #8990)
This commit is contained in:
Dominique Pelle 2021-10-11 20:26:55 +01:00 committed by Bram Moolenaar
parent a5d4f3b09d
commit a9173d06f7
2 changed files with 4 additions and 0 deletions

View File

@ -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')

View File

@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3497,
/**/
3496,
/**/