aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 00:36:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 00:36:55 +1200
commit2bcce63572e062f34527fbe42bb0f5756a08d8b8 (patch)
tree06aa6b6d3c0261a026574fba1b384661ff6f7bba /Makefile
parentRemove stray vim/autoload/vimrc.vim file (diff)
downloaddotfiles-2bcce63572e062f34527fbe42bb0f5756a08d8b8.tar.gz
dotfiles-2bcce63572e062f34527fbe42bb0f5756a08d8b8.zip
Refactor ftplugins into single files
Each thereby effectively becomes its own .vimrc for that type.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 81d2e711..7c4ebdf3 100644
--- a/Makefile
+++ b/Makefile
@@ -510,10 +510,7 @@ install-vim-after: install-vim-after-ftplugin \
install-vim-after-ftplugin:
mkdir -p $(VIMDIR)/after/ftplugin
- for type in vim/after/ftplugin/* ; do \
- mkdir -p -- $(VIMDIR)/after/ftplugin/"$${type##*/}" ; \
- cp -p -- "$$type"/* $(VIMDIR)/after/ftplugin/"$${type##*/}" ; \
- done
+ cp -p -- vim/after/ftplugin/*.vim $(VIMDIR)/after/ftplugin
install-vim-after-indent:
mkdir -p $(VIMDIR)/after/indent