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
|
new
|
||||||
execute "silent normal! o==\n==\e\"" . a:name . "P"
|
execute "silent normal! o==\n==\e\"" . a:name . "P"
|
||||||
call assert_equal(a:result, getline(2, line('$')))
|
call assert_equal(a:result, getline(2, line('$')))
|
||||||
|
bwipe!
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_setreg_basic()
|
func Test_setreg_basic()
|
||||||
@ -300,9 +301,6 @@ func Test_setreg_basic()
|
|||||||
call assert_fails('call setreg(1, ["", "", [], ""])', 'E730:')
|
call assert_fails('call setreg(1, ["", "", [], ""])', 'E730:')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_setreg_append_NL()
|
|
||||||
endfunc
|
|
||||||
|
|
||||||
func Test_curly_assignment()
|
func Test_curly_assignment()
|
||||||
let s:svar = 'svar'
|
let s:svar = 'svar'
|
||||||
let g:gvar = 'gvar'
|
let g:gvar = 'gvar'
|
||||||
|
Loading…
Reference in New Issue
Block a user