diff --git a/autoload/rhubarb.vim b/autoload/rhubarb.vim index 6bfa9f5..ba2958a 100644 --- a/autoload/rhubarb.vim +++ b/autoload/rhubarb.vim @@ -274,6 +274,7 @@ function! rhubarb#Complete(findstart, base) abort catch /^\%(fugitive\|rhubarb\):/ echoerr v:exception endtry + return [] endfunction " Section: Fugitive :GBrowse support