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(-) 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 From 509c85b05e55097717f98cd98a41337f806dd894 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Sep 2018 19:56:28 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 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 -- cgit v1.2.3