summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominique Pelle <dominique.pelle@gmail.com>2021-10-11 20:26:55 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-11 20:26:55 +0100
commita9173d06f7ca320fc84f4ffa993861d21710bc41 (patch)
tree0f1d1970ac4009ebec4151ff156747a12e57360c
parenta5d4f3b09d25006f7bc988d618152bd34177a579 (diff)
patch 8.2.3497: put test fails when run by itselfv8.2.3497
Problem: Put test fails when run by itself. Solution: Source check.vim. (Dominique Pellé, closes #8990)
-rw-r--r--src/testdir/test_put.vim2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test_put.vim b/src/testdir/test_put.vim
index a53e3cdca3..4e3294679c 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')
diff --git a/src/version.c b/src/version.c
index 8a97806c6f..c360692f2c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3497,
+/**/
3496,
/**/
3495,