From ffb28f286e794d10c82831a50531f12d568d0d1d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 Oct 2014 15:41:26 +1300 Subject: Fix simpleDeRef in sh.vim --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3