aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 118c2510..47a37b80 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v1.68.0
-Sun Sep 9 02:40:08 UTC 2018
+tejr dotfiles v1.68.1
+Sun Sep 9 07:56:21 UTC 2018
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