mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 13:53:51 -05:00
Remove transitional functions
This commit is contained in:
@@ -205,14 +205,6 @@ function! FugitiveDetect(path) abort
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! FugitiveRoute(...) abort
|
|
||||||
return call('FugitiveFind', a:000)
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! FugitiveGenerate(...) abort
|
|
||||||
throw 'Use FugitiveFind() instead'
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:Slash(path) abort
|
function! s:Slash(path) abort
|
||||||
if exists('+shellslash')
|
if exists('+shellslash')
|
||||||
return tr(a:path, '\', '/')
|
return tr(a:path, '\', '/')
|
||||||
|
|||||||
Reference in New Issue
Block a user