aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
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