aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 18:54:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 18:54:26 +1200
commit15d322cd5104effce118562d675a1a8c1daae6d0 (patch)
tree5f061ae3d8efb27f9c220c575f88eb317a798682
parentMerge branch 'release/v1.13.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-15d322cd5104effce118562d675a1a8c1daae6d0.tar.gz
dotfiles-15d322cd5104effce118562d675a1a8c1daae6d0.zip
Merge branch 'hotfix/v1.13.1' into develop
* hotfix/v1.13.1: Bump VERSION Adjust Vim helptags build command
-rw-r--r--Makefile2
-rw-r--r--VERSION4
2 files changed, 3 insertions, 3 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
diff --git a/VERSION b/VERSION
index 2f87ba17..ad5a535b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v1.13.0
-Sat Jun 30 06:26:49 UTC 2018
+tejr dotfiles v1.13.1
+Sat Jun 30 06:53:04 UTC 2018