From 25f45c6a3a9987bc3e3d4ec74aa8a64e8ea92131 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 6 Oct 2014 00:06:54 +1300 Subject: No need to install plugin after scripts --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c12f9df7..1792a89d 100644 --- a/Makefile +++ b/Makefile @@ -163,10 +163,8 @@ install-vim-plugins : install-vim-config "$$file" "$(HOME)"/.vim/"$$file" ; \ done install -m 0755 -d -- \ - "$(HOME)"/.vim/after/ftplugin \ - "$(HOME)"/.vim/after/plugin + "$(HOME)"/.vim/after/ftplugin install -m 0644 -- vim/after/ftplugin/* "$(HOME)"/.vim/after/ftplugin - install -m 0644 -- vim/after/plugin/* "$(HOME)"/.vim/after/plugin install-vim-pathogen : install-vim-plugins install -m 0755 -d -- "$(HOME)"/.vim/autoload -- cgit v1.2.3