aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 18:53:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 18:53:34 +1200
commit98efcef9a3829d606401e0848fd976f09c44779c (patch)
tree5f061ae3d8efb27f9c220c575f88eb317a798682 /Makefile
parentMerge branch 'release/v1.13.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-98efcef9a3829d606401e0848fd976f09c44779c.tar.gz
dotfiles-98efcef9a3829d606401e0848fd976f09c44779c.zip
Merge branch 'hotfix/v1.13.1'v1.13.1
* hotfix/v1.13.1: Bump VERSION Adjust Vim helptags build command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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