From e08ee456bb6c7510b920ffbccd6da08f4efa1e3b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 Jun 2018 11:36:23 +1200 Subject: Use simpler Vim :helptags build command --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b66b4aa0..9a80bf3e 100644 --- a/Makefile +++ b/Makefile @@ -538,8 +538,7 @@ install-vim-bundle: install-vim-config find vim/bundle/*/*/* \ -type f -exec sh -c \ 'cp -p -- "$$1" $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \; - cmd=$$(printf 'set t_cm=\r|') ; \ - vim -eT dumb --cmd "$${cmd%|}" -c 'helptags $(VIMDIR)/doc' -c quit + vim --cmd 'helptags $(VIMDIR)/doc' --cmd quit install-vim-compiler: mkdir -p -- $(VIMDIR)/compiler -- cgit v1.2.3