Add potential alternative name for FugitiveRoute()

This commit is contained in:
Tim Pope 2018-08-27 21:06:41 -04:00
parent 4d3835f637
commit 1e3786734b

View File

@ -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