aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-22 09:52:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-22 09:52:54 +1200
commit1c0dfb52bf6637b2d53a6415c477e60b4f30b458 (patch)
treefc113fdcc57e9ca2bc45465c020952dd9be5ec59
parentCorrect grammar in a comment (diff)
downloaddotfiles-1c0dfb52bf6637b2d53a6415c477e60b4f30b458.tar.gz
dotfiles-1c0dfb52bf6637b2d53a6415c477e60b4f30b458.zip
Add -e flag to Vim :helptags build
Prevents warnings on stderr about output not being to a terminal.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a80bf3e..84c59ea8 100644
--- a/Makefile
+++ b/Makefile
@@ -538,7 +538,7 @@ install-vim-bundle: install-vim-config
find vim/bundle/*/*/* \
-type f -exec sh -c \
'cp -p -- "$$1" $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \;
- vim --cmd 'helptags $(VIMDIR)/doc' --cmd quit
+ vim -e --cmd 'helptags $(VIMDIR)/doc' --cmd quit
install-vim-compiler:
mkdir -p -- $(VIMDIR)/compiler