From 2bcce63572e062f34527fbe42bb0f5756a08d8b8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 00:36:55 +1200 Subject: Refactor ftplugins into single files Each thereby effectively becomes its own .vimrc for that type. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3