mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
3b2be8f3de
commit
74ddd14241
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user