Remove transitional functions

This commit is contained in:
Tim Pope 2018-11-19 23:01:10 -05:00
parent e48cf2dadd
commit 7a190ead85

View File

@ -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, '\', '/')