aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 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