aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-02-04 22:53:03 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-06-03 00:12:01 -0400
commit559401ebe57340fc7fa48ae7dffdf4fa9ddaa6d1 (patch)
tree9dd846047e5fe813c8cc7ffb229dd5b8c3207cd3
parentf0078c26c2949d9cd2020e0c95dc33eb26a60688 (diff)
downloadrneovim-559401ebe57340fc7fa48ae7dffdf4fa9ddaa6d1.tar.gz
rneovim-559401ebe57340fc7fa48ae7dffdf4fa9ddaa6d1.tar.bz2
rneovim-559401ebe57340fc7fa48ae7dffdf4fa9ddaa6d1.zip
oldtests: set laststatus=1
-rw-r--r--src/nvim/testdir/setup.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/setup.vim b/src/nvim/testdir/setup.vim
index 011433f19e..c75b00d5de 100644
--- a/src/nvim/testdir/setup.vim
+++ b/src/nvim/testdir/setup.vim
@@ -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'