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 68e17a4d..c5642225 100644
--- a/Makefile
+++ b/Makefile
@@ -184,9 +184,11 @@ install-vim-plugins : vim-plugins install-vim-config
"$$file" "$(HOME)"/.vim/"$$file" ; \
done
install -m 0755 -d -- \
+ "$(HOME)"/.vim/after/indent \
"$(HOME)"/.vim/after/ftdetect \
"$(HOME)"/.vim/after/ftplugin \
"$(HOME)"/.vim/after/syntax
+ install -m 0644 -- vim/after/indent/* "$(HOME)"/.vim/after/indent
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