test(old): set 'display' to an empty string (#19450)

This commit is contained in:
zeertzjq
2022-07-20 19:58:08 +08:00
committed by GitHub
parent 559ef3e903
commit 1a2560c2dc
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -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)