From e05bd0b9d5e87f2815e1bd2efe60ef4f316af495 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 18:51:51 +1200 Subject: Adjust Vim helptags build command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7be5bc33..4f8b867b 100644 --- a/Makefile +++ b/Makefile @@ -535,7 +535,7 @@ install-vim-bundle: install-vim-config find vim/bundle/*/*/* \ -type f -exec sh -c \ 'cp -p -- "$$1" $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \; - vim -e --cmd 'helptags $(VIMDIR)/doc' --cmd quit + vim -e -u NONE -c 'helptags $(VIMDIR)/doc' -c quit install-vim-compiler: mkdir -p -- $(VIMDIR)/compiler -- cgit v1.2.3 From 283845b97a61c59e5f5df4d7a77fa91fe1ed79ad Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 18:53:11 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2f87ba17..ad5a535b 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v1.13.0 -Sat Jun 30 06:26:49 UTC 2018 +tejr dotfiles v1.13.1 +Sat Jun 30 06:53:04 UTC 2018 -- cgit v1.2.3