vim-fugitive
vim-fugitive copied to clipboard
[Feature Request] auto complete remote git branch
Using vanilla git in bash completes remote branches that are not local yet when doing git checkout branchname
. But fugitive does complete files instead when doing :Git checkout br..<tab>
. Can we have same behavior as in bash?