aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-22 09:54:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-22 09:54:25 +1200
commite05c0aca55c4800e165fc381314f83a294fc76a8 (patch)
tree41bd57bfd3040d632435e7192ded4b71da0b3630 /Makefile
parentMerge branch 'release/v0.58.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-0.59.0.tar.gz (sig)
dotfiles-0.59.0.zip
Merge branch 'release/v0.59.0'v0.59.0
* release/v0.59.0: Bump VERSION Add -e flag to Vim :helptags build Correct grammar in a comment
Diffstat (limited to 'Makefile')
-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