aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-20 15:09:02 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-20 15:09:02 +1300
commite74f9997e6a22f2fd0a85a141bb1f9f18857ab8e (patch)
tree3927aeed32aaad28ef43776fde53f6ba74569b3e
parentMerge branch 'release/v3.6.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-e74f9997e6a22f2fd0a85a141bb1f9f18857ab8e.tar.gz
dotfiles-e74f9997e6a22f2fd0a85a141bb1f9f18857ab8e.zip
Merge branch 'hotfix/v3.6.1' into develop
* hotfix/v3.6.1: Correct error in stub .vimrc
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc.stub.vim2
2 files changed, 3 insertions, 3 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
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