mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-06 04:04:24 +08:00
Always return a list from rhubarb#Complete()
Resolves: https://github.com/tpope/vim-rhubarb/issues/84
This commit is contained in:
@@ -274,6 +274,7 @@ function! rhubarb#Complete(findstart, base) abort
|
||||
catch /^\%(fugitive\|rhubarb\):/
|
||||
echoerr v:exception
|
||||
endtry
|
||||
return []
|
||||
endfunction
|
||||
|
||||
" Section: Fugitive :GBrowse support
|
||||
|
||||
Reference in New Issue
Block a user