diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 682e38f..9227fa3 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -308,7 +308,7 @@ function! fugitive#repo(...) abort return call('s:repo', a:000) endfunction -function fugitive#Repo(...) abort +function! fugitive#Repo(...) abort return call('s:repo', a:000) endfunction