aboutsummaryrefslogtreecommitdiff
path: root/scripts/vim-patch.sh
diff options
context:
space:
mode:
authorBilly Su <g4691821@gmail.com>2019-03-02 08:24:27 +0800
committerJustin M. Keyes <justinkz@gmail.com>2019-03-02 03:26:11 +0100
commit8ba484ab6943a64ff40deb2abdc789fccd00e61c (patch)
tree01cc54f89bd2139a023c7b046af60a89f2b70cea /scripts/vim-patch.sh
parentd44ab5fdea6dfe37edcb7da9d7c2c9929d3c299e (diff)
downloadrneovim-8ba484ab6943a64ff40deb2abdc789fccd00e61c.tar.gz
rneovim-8ba484ab6943a64ff40deb2abdc789fccd00e61c.tar.bz2
rneovim-8ba484ab6943a64ff40deb2abdc789fccd00e61c.zip
vim-patch.sh: mention URL for `hub` tool #9659
closes #9659
Diffstat (limited to 'scripts/vim-patch.sh')
-rwxr-xr-xscripts/vim-patch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh
index 11305421e5..7339fdc691 100755
--- a/scripts/vim-patch.sh
+++ b/scripts/vim-patch.sh
@@ -297,6 +297,7 @@ submit_pr() {
submit_fn="git_hub_pr"
else
>&2 echo "${BASENAME}: 'hub' or 'git-hub' not found in PATH or not executable."
+ >&2 echo " Get it here: https://hub.github.com/"
exit 1
fi