Remove unused function
This commit is contained in:
parent
8c80cb63e2
commit
dafb994c92
@ -173,9 +173,6 @@ endfunction
|
|||||||
|
|
||||||
" Section: Git
|
" Section: Git
|
||||||
|
|
||||||
function! s:ChdirArg(dir) abort
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! s:UserCommandList(...) abort
|
function! s:UserCommandList(...) abort
|
||||||
let git = split(get(g:, 'fugitive_git_command', g:fugitive_git_executable), '\s\+')
|
let git = split(get(g:, 'fugitive_git_command', g:fugitive_git_executable), '\s\+')
|
||||||
let dir = a:0 ? s:Dir(a:1) : ''
|
let dir = a:0 ? s:Dir(a:1) : ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user