Add potential alternative name for FugitiveRoute()
This commit is contained in:
parent
4d3835f637
commit
1e3786734b
@ -200,6 +200,10 @@ function! FugitiveDetect(path) abort
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! FugitiveFind(...) abort
|
||||
return call('FugitiveRoute', a:000)
|
||||
endfunction
|
||||
|
||||
function! FugitiveGenerate(...) abort
|
||||
return call('FugitiveRoute', a:000)
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user