mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
committed by
Justin M. Keyes
parent
d44ab5fdea
commit
8ba484ab69
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user