Skip to content

Commit 1e37867

Browse files
committed
Add potential alternative name for FugitiveRoute()
1 parent 4d3835f commit 1e37867

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin/fugitive.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ function! FugitiveDetect(path) abort
200200
endif
201201
endfunction
202202

203+
function! FugitiveFind(...) abort
204+
return call('FugitiveRoute', a:000)
205+
endfunction
206+
203207
function! FugitiveGenerate(...) abort
204208
return call('FugitiveRoute', a:000)
205209
endfunction

0 commit comments

Comments
 (0)