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:
parent
a5d4f3b09d
commit
a9173d06f7
@ -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')
|
||||
|
@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3497,
|
||||
/**/
|
||||
3496,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user