aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-21 11:36:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-21 11:36:34 +1200
commite08ee456bb6c7510b920ffbccd6da08f4efa1e3b (patch)
tree0b2c0a4f5d341179b21b6fa394bf9992aa9f4327 /Makefile
parentMore deckchairs on the Titanic (diff)
downloaddotfiles-e08ee456bb6c7510b920ffbccd6da08f4efa1e3b.tar.gz
dotfiles-e08ee456bb6c7510b920ffbccd6da08f4efa1e3b.zip
Use simpler Vim :helptags build command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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