mirror of
https://github.com/neovim/neovim.git
synced 2025-11-04 01:34:25 +00:00
committed by
Justin M. Keyes
parent
d44ab5fdea
commit
8ba484ab69
@@ -297,6 +297,7 @@ submit_pr() {
|
|||||||
push_first=1
|
push_first=1
|
||||||
local submit_fn
|
local submit_fn
|
||||||
if check_executable hub; then
|
if check_executable hub; then
|
||||||
|
submit_fn="hub_pr"
|
||||||
elif check_executable git-hub; then
|
elif check_executable git-hub; then
|
||||||
push_first=0
|
push_first=0
|
||||||
submit_fn="git_hub_pr"
|
submit_fn="git_hub_pr"
|
||||||
|
|||||||
Reference in New Issue
Block a user