mirror of
https://github.com/junegunn/vim-plug.git
synced 2026-09-10 07:16:19 -04:00
Merge 63ce6ea489 into 88e3147181
This commit is contained in:
commit
7375fd4f1a
2
plug.vim
2
plug.vim
|
|
@ -1561,7 +1561,7 @@ endfunction
|
||||||
|
|
||||||
function! s:checkout_command(spec)
|
function! s:checkout_command(spec)
|
||||||
let a:spec.branch = s:git_origin_branch(a:spec)
|
let a:spec.branch = s:git_origin_branch(a:spec)
|
||||||
return ['git', 'checkout', '-q', a:spec.branch, '--']
|
return ['git', 'checkout', '-q', '--guess', a:spec.branch, '--']
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:merge_command(spec)
|
function! s:merge_command(spec)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue