aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-17 21:57:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-17 21:57:54 +1200
commite2e6288cf3680469d6f1b3f257876c6ca2f88ac0 (patch)
tree06ce87523cbe18d960838d1784943a49c226bc97 /Makefile
parentMerge branch 'release/v0.54.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-e2e6288cf3680469d6f1b3f257876c6ca2f88ac0.tar.gz
dotfiles-e2e6288cf3680469d6f1b3f257876c6ca2f88ac0.zip
Merge branch 'release/v0.55.0'v0.55.0
* release/v0.55.0: Bump VERSION Update auto_cache_dirs.vim Update markdown_autoformat.vim Update insert_suspend_hlsearch.vim Use autoload function for tidy filters Refine compiler#Make() function Use autoload function for temp-makeprg :lmake Add local copy of php.vim compiler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 02030e7a..b66b4aa0 100644
--- a/Makefile
+++ b/Makefile
@@ -495,6 +495,7 @@ VIMDIR = $(HOME)/.vim
VIMRC = $(HOME)/.vimrc
install-vim: install-vim-after \
+ install-vim-autoload \
install-vim-bundle \
install-vim-compiler \
install-vim-config \
@@ -526,6 +527,10 @@ install-vim-after-syntax:
mkdir -p $(VIMDIR)/after/syntax
cp -p -- vim/after/syntax/*.vim $(VIMDIR)/after/syntax
+install-vim-autoload:
+ mkdir -p -- $(VIMDIR)/autoload
+ cp -p -- vim/autoload/*.vim $(VIMDIR)/autoload
+
install-vim-bundle: install-vim-config
find vim/bundle/*/* \
-type d -exec sh -c \