commit | a9173d06f7ca320fc84f4ffa993861d21710bc41 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Mon Oct 11 20:26:55 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 20:26:55 2021 +0100 |
tree | 0f1d1970ac4009ebec4151ff156747a12e57360c | |
parent | a5d4f3b09d25006f7bc988d618152bd34177a579 [diff] |
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)
diff --git a/src/testdir/test_put.vim b/src/testdir/test_put.vim index a53e3cd..4e32946 100644 --- a/src/testdir/test_put.vim +++ b/src/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')