mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
test(old): set 'display' to an empty string (#19450)
This commit is contained in:
@@ -4,6 +4,7 @@ if exists('s:did_load')
|
|||||||
set complete=.,w,b,u,t,i
|
set complete=.,w,b,u,t,i
|
||||||
set directory&
|
set directory&
|
||||||
set directory^=.
|
set directory^=.
|
||||||
|
set display=
|
||||||
set fillchars=vert:\|,fold:-
|
set fillchars=vert:\|,fold:-
|
||||||
set formatoptions=tcq
|
set formatoptions=tcq
|
||||||
set fsync
|
set fsync
|
||||||
|
@@ -1360,7 +1360,6 @@ func Test_win_move_separator()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_win_move_statusline()
|
func Test_win_move_statusline()
|
||||||
redraw " This test fails in Nvim without a redraw to clear messages.
|
|
||||||
edit a
|
edit a
|
||||||
leftabove split b
|
leftabove split b
|
||||||
let h = winheight(0)
|
let h = winheight(0)
|
||||||
|
Reference in New Issue
Block a user