mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 23:03:51 -05:00
Add potential alternative name for FugitiveRoute()
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user