aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-02 20:00:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-02 20:00:50 +1200
commitaf66f8ba287b81de64be515391453b101c2de875 (patch)
treef3b0fee1dffb8d145980808458afc3a893174c93
parentMap \e in Vim to force a buffer to be editable (diff)
parentBump VERSION (diff)
downloaddotfiles-af66f8ba287b81de64be515391453b101c2de875.tar.gz
dotfiles-af66f8ba287b81de64be515391453b101c2de875.zip
Merge branch 'hotfix/v1.16.1' into develop
* 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