vim-patch.sh: mention URL for hub tool #9659

closes #9659
This commit is contained in:
Billy Su
2019-03-02 08:24:27 +08:00
committed by Justin M. Keyes
parent d44ab5fdea
commit 8ba484ab69

View File

@@ -297,6 +297,7 @@ submit_pr() {
push_first=1
local submit_fn
if check_executable hub; then
submit_fn="hub_pr"
elif check_executable git-hub; then
push_first=0
submit_fn="git_hub_pr"