From 440fba8c86a9ce58321c42697a6358d962488c0c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Sep 2018 19:55:50 +1200 Subject: Correct &laststatus default value test --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 9f5735c7..d017dfe9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -140,7 +140,7 @@ set nojoinspaces " Don't show a statusline if there's only one window " This is the Vim default, but NeoVim changed it -if &laststatus +if &laststatus != 1 set laststatus=1 endif -- cgit v1.2.3