aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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