diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-01-29 06:05:39 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-01-29 06:05:39 +0800 |
commit | 5228850749903c2a19984012ae57ae3960ce87cf (patch) | |
tree | 969a1d8399ec9ed353a5579321931d2df1ae3e50 /src | |
parent | 7812c6830cb8a600c33eec1854c97ac31e4e03fb (diff) | |
download | rneovim-5228850749903c2a19984012ae57ae3960ce87cf.tar.gz rneovim-5228850749903c2a19984012ae57ae3960ce87cf.tar.bz2 rneovim-5228850749903c2a19984012ae57ae3960ce87cf.zip |
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)
https://github.com/vim/vim/commit/a9173d06f7ca320fc84f4ffa993861d21710bc41
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_put.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_put.vim b/src/nvim/testdir/test_put.vim index 3b6b2e0e0d..45c9ec9ba5 100644 --- a/src/nvim/testdir/test_put.vim +++ b/src/nvim/testdir/test_put.vim @@ -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') |