mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 14:53:51 -05:00
Remove unused function
This commit is contained in:
@@ -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) : ''
|
||||
|
||||
Reference in New Issue
Block a user