From 2ede961f1dc093312ba66ca65ecd2f230fc8b29b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 5 Jun 2018 13:52:24 +1200 Subject: Revert "Merge bundle install into one command" This reverts commit 39627969dac81be22aef4c0a50548f9e31ed19f9. I remember now why this is required. Otherwise it copies in README.markdown and VERSION etc from the plugin roots. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 93d12a0b..7cc4ad1d 100644 --- a/Makefile +++ b/Makefile @@ -525,8 +525,8 @@ install-vim-after-syntax: install-vim-bundle: install-vim-config find vim/bundle/*/* \ -type d -exec sh -c \ - 'mkdir -p -- $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \; \ - -o \ + 'mkdir -p -- $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \; + find vim/bundle/*/*/* \ -type f -exec sh -c \ 'cp -p -- "$$1" $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \; vim -eT dumb -c 'helptags $(VIMDIR)/doc' -c quit -- cgit v1.2.3 From 6ef9c103e9a5f1c7de0cdc2318aa37dbbd417326 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 5 Jun 2018 13:55:02 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 5321321f..e5427f3b 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v0.47.1 -Tue Jun 5 01:41:22 UTC 2018 +tejr dotfiles v0.47.2 +Tue Jun 5 01:54:58 UTC 2018 -- cgit v1.2.3