Remove unused function

This commit is contained in:
Tim Pope 2019-07-13 19:53:08 -04:00
parent 8c80cb63e2
commit dafb994c92

View File

@ -173,9 +173,6 @@ endfunction
" Section: Git
function! s:ChdirArg(dir) abort
endfunction
function! s:UserCommandList(...) abort
let git = split(get(g:, 'fugitive_git_command', g:fugitive_git_executable), '\s\+')
let dir = a:0 ? s:Dir(a:1) : ''