aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-30 15:41:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-30 15:41:26 +1300
commitffb28f286e794d10c82831a50531f12d568d0d1d (patch)
tree14d76f6a8c7b8ecfbf703de25b354bb60a43afb2 /Makefile
parentRefine 'isk' setting in sh.vim (diff)
downloaddotfiles-ffb28f286e794d10c82831a50531f12d568d0d1d.tar.gz
dotfiles-ffb28f286e794d10c82831a50531f12d568d0d1d.zip
Fix simpleDeRef in sh.vim
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6360510..14f7a762 100644
--- a/Makefile
+++ b/Makefile
@@ -169,8 +169,10 @@ install-vim-plugins : install-vim-config
"$$file" "$(HOME)"/.vim/"$$file" ; \
done
install -m 0755 -d -- \
- "$(HOME)"/.vim/after/ftplugin
+ "$(HOME)"/.vim/after/ftplugin \
+ "$(HOME)"/.vim/after/syntax
install -m 0644 -- vim/after/ftplugin/* "$(HOME)"/.vim/after/ftplugin
+ install -m 0644 -- vim/after/syntax/* "$(HOME)"/.vim/after/syntax
install-vim-pathogen : install-vim-plugins
install -m 0755 -d -- "$(HOME)"/.vim/autoload