From ac373a7c4ca875c3fa19b93606be1b7be823a69c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 20 Dec 2018 15:07:57 +1300 Subject: Correct error in stub .vimrc This was introduced in commit 5d67a92. I'm surprised I haven't noticed already. I would have thought this would cause glaring errors. --- vim/vimrc.stub.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc.stub.vim b/vim/vimrc.stub.vim index d348bd71..d0ac3bd5 100644 --- a/vim/vimrc.stub.vim +++ b/vim/vimrc.stub.vim @@ -11,4 +11,4 @@ set runtimepath-=~/.vim/after if has('win32') || has('win64') set runtimepath-=~/vimfiles set runtimepath-=~/vimfiles/after -else +endif -- cgit v1.2.3 From cf9a483082e38d77fe7f3e5cb6d259b6b7ceefa0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 20 Dec 2018 15:08:30 +1300 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6489b296..f88e3e2b 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v3.6.0 -Wed Dec 19 03:38:00 UTC 2018 +tejr dotfiles v3.6.1 +Thu Dec 20 02:08:26 UTC 2018 -- cgit v1.2.3