mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 12:53:52 -05:00
Fix missing bang on function
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user