vim-patch:8.2.0598: test_eval_stuff fails in normal terminal

Problem:    Test_eval_stuff fails in normal terminal.
Solution:   Close the new window.
61fbb3371e

Required for v8.2.0598 to work.
This commit is contained in:
Sean Dewar 2021-09-20 14:49:17 +01:00
parent 3b2be8f3de
commit 74ddd14241
No known key found for this signature in database
GPG Key ID: 08CC2C83AD41B581

View File

@ -197,6 +197,7 @@ 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()
@ -300,9 +301,6 @@ func Test_setreg_basic()
call assert_fails('call setreg(1, ["", "", [], ""])', 'E730:')
endfunc
func Test_setreg_append_NL()
endfunc
func Test_curly_assignment()
let s:svar = 'svar'
let g:gvar = 'gvar'