aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:09:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:09:23 +1200
commitaa288d9289bc57e44cbb1f50a74c38de63d639ad (patch)
treecf46ba4690f31f591e796ba0fb7a1e233a28b672 /Makefile
parentAdd ftplugin infrastructure and comments (diff)
downloaddotfiles-aa288d9289bc57e44cbb1f50a74c38de63d639ad.tar.gz
dotfiles-aa288d9289bc57e44cbb1f50a74c38de63d639ad.zip
Restore ftplugin extras to vim/after dir
This reverts commit a14bc50. Changed my mind; decided it's tidier this way.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
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