From a9bc22917fdc1f06d6b0eca31394b9a3ce35d57c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 Oct 2014 17:01:48 +1300 Subject: Add a couple of file detection rules --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 14f7a762..d35d49ff 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/ftdetect \ "$(HOME)"/.vim/after/ftplugin \ "$(HOME)"/.vim/after/syntax + install -m 0644 -- vim/after/ftdetect/* "$(HOME)"/.vim/after/ftdetect install -m 0644 -- vim/after/ftplugin/* "$(HOME)"/.vim/after/ftplugin install -m 0644 -- vim/after/syntax/* "$(HOME)"/.vim/after/syntax -- cgit v1.2.3