aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-09-09 19:56:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-09-09 19:56:37 +1200
commit080edc6cf27328836b947b3bce64e8e9569d802f (patch)
tree8d85810f7eee4a19dd7254e590d2e026ac6432f9
parentMerge branch 'release/v1.68.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-080edc6cf27328836b947b3bce64e8e9569d802f.tar.gz
dotfiles-080edc6cf27328836b947b3bce64e8e9569d802f.zip
Merge branch 'hotfix/v1.68.1'v1.68.1
* hotfix/v1.68.1: Correct &laststatus default value test
-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