]> granicus.if.org Git - vim/commitdiff
patch 8.2.0598: test_eval_stuff fails in normal terminal v8.2.0598
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Apr 2020 21:20:37 +0000 (23:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Apr 2020 21:20:37 +0000 (23:20 +0200)
Problem:    Test_eval_stuff fails in normal terminal.
Solution:   Close the new window.

src/testdir/test_eval_stuff.vim
src/version.c

index 27ae5539b25e1622c60c386cae9c3fd8bac777d6..551370bcbd1cb3eb4d365005d17c8ddb58c2fe45 100644 (file)
@@ -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
index 075f4db269a0dcf81685b879abae34210b538a78..ae915db32c103d41c252ca2de47fe195649cecf8 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    598,
 /**/
     597,
 /**/