From 7a190ead8572d7a010a8112863dc4c55c5ece1e5 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 19 Nov 2018 23:01:10 -0500 Subject: [PATCH] Remove transitional functions --- plugin/fugitive.vim | 8 -------- 1 file changed, 8 deletions(-) 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, '\', '/')