diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 8311d42..c419d74 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -205,14 +205,6 @@ function! FugitiveDetect(path) abort endif endfunction -function! FugitiveRoute(...) abort - return call('FugitiveFind', a:000) -endfunction - -function! FugitiveGenerate(...) abort - throw 'Use FugitiveFind() instead' -endfunction - function! s:Slash(path) abort if exists('+shellslash') return tr(a:path, '\', '/')