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