summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-18 23:20:37 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-18 23:20:37 +0200
commit61fbb3371ee1f6a02706f52fbe064608e159be7c (patch)
treed818745a8080c2fca84fbf36812a0bc839b9c821 /src
parent90455cfa87f84f16179c19241b034abbfa8b3c9a (diff)
downloadvim-git-61fbb3371ee1f6a02706f52fbe064608e159be7c.tar.gz
patch 8.2.0598: test_eval_stuff fails in normal terminalv8.2.0598
Problem: Test_eval_stuff fails in normal terminal. Solution: Close the new window.
Diffstat (limited to 'src')
-rw-r--r--src/testdir/test_eval_stuff.vim5
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 4 deletions
diff --git a/src/testdir/test_eval_stuff.vim b/src/testdir/test_eval_stuff.vim
index 27ae5539b..551370bcb 100644
--- a/src/testdir/test_eval_stuff.vim
+++ b/src/testdir/test_eval_stuff.vim
@@ -258,9 +258,9 @@ func Assert_regput(name, result)
new
execute "silent normal! o==\n==\e\"" . a:name . "P"
call assert_equal(a:result, getline(2, line('$')))
+ bwipe!
endfunc
-
func Test_setreg_basic()
call setreg('a', 'abcA', 'c')
call Assert_reg('a', 'v', "abcA", "['abcA']", "abcA", "['abcA']")
@@ -351,8 +351,5 @@ func Test_setreg_basic()
call Assert_regput('I', ['==', '=abcI='])
endfunc
-func Test_setreg_append_NL()
-endfunc
-
" vim: shiftwidth=2 sts=2 expandtab
diff --git a/src/version.c b/src/version.c
index 075f4db26..ae915db32 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 598,
+/**/
597,
/**/
596,