oldtests: set laststatus=1

This commit is contained in:
Jan Edmund Lazo 2019-02-04 22:53:03 -05:00
parent f0078c26c2
commit 559401ebe5

View File

@ -16,6 +16,7 @@ set nohidden smarttab noautoindent noautoread complete-=i noruler noshowcmd
set listchars=eol:$
set fillchars=vert:\|,fold:-
set shortmess-=F
set laststatus=1
" Prevent Nvim log from writing to stderr.
let $NVIM_LOG_FILE = exists($NVIM_LOG_FILE) ? $NVIM_LOG_FILE : 'Xnvim.log'