From aa288d9289bc57e44cbb1f50a74c38de63d639ad Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 5 Jun 2018 13:09:23 +1200 Subject: Restore ftplugin extras to vim/after dir This reverts commit a14bc50. Changed my mind; decided it's tidier this way. --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 134935ae..7cc4ad1d 100644 --- a/Makefile +++ b/Makefile @@ -546,13 +546,8 @@ install-vim-ftdetect: cp -p -- vim/ftdetect/*.vim $(VIMDIR)/ftdetect install-vim-ftplugin: - mkdir -p $(VIMDIR)/ftplugin - find vim/ftplugin \ - -type d -exec sh -c \ - 'mkdir -p -- $(VIMDIR)/"$${1#vim/}"' _ {} \; \ - -o \ - -type f -exec sh -c \ - 'cp -p -- "$$1" $(VIMDIR)/"$${1#vim/}"' _ {} \; + mkdir -p -- $(VIMDIR)/indent + cp -p -- vim/indent/*.vim $(VIMDIR)/indent install-vim-indent: mkdir -p -- $(VIMDIR)/indent -- cgit v1.2.3