Skip to content

Commit

Permalink
patch 8.2.3497: put test fails when run by itself
Browse files Browse the repository at this point in the history
Problem:    Put test fails when run by itself.
Solution:   Source check.vim. (Dominique Pellé, closes #8990)
  • Loading branch information
dpelle authored and brammool committed Oct 11, 2021
1 parent a5d4f3b commit a9173d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testdir/test_put.vim
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3497,
/**/
3496,
/**/
Expand Down

0 comments on commit a9173d0

Please sign in to comment.