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 vim/vim#8990)
a9173d06f7
This commit is contained in:
zeertzjq
2022-01-29 06:05:39 +08:00
parent 7812c6830c
commit 5228850749

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