mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 05:13:53 -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)
|
return call('s:repo', a:000)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function fugitive#Repo(...) abort
|
function! fugitive#Repo(...) abort
|
||||||
return call('s:repo', a:000)
|
return call('s:repo', a:000)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user