aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-02 19:20:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-02 19:20:04 +1200
commitd02e00088f9edb37e7c1416d9d9f18df4d347c30 (patch)
tree05cca27295c49578be9a6bdac79fb0144488f7a5
parentMerge branch 'release/v1.16.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-1.16.1.tar.gz (sig)
dotfiles-1.16.1.zip
Merge branch 'hotfix/v1.16.1'v1.16.1
* hotfix/v1.16.1: Bump VERSION Add mkdir for ~/.vim/config
-rw-r--r--Makefile1
-rw-r--r--VERSION4
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b42ee72c..3afe0265 100644
--- a/Makefile
+++ b/Makefile
@@ -548,6 +548,7 @@ install-vim-compiler:
cp -p -- vim/compiler/*.vim $(VIMDIR)/compiler
install-vim-config:
+ mkdir -p -- $(VIMDIR)/config
cp -p -- vim/vimrc $(VIMRC)
cp -p -- vim/config/*.vim $(VIMDIR)/config
diff --git a/VERSION b/VERSION
index cea611d2..69c31315 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v1.16.0
-Mon Jul 2 02:33:32 UTC 2018
+tejr dotfiles v1.16.1
+Mon Jul 2 07:19:48 UTC 2018