mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 14:23:51 -05:00
Remove debugging statement
This commit is contained in:
@@ -748,7 +748,6 @@ endfunction
|
||||
|
||||
function! s:FinishCommit()
|
||||
let args = getbufvar(+expand('<abuf>'),'fugitive_commit_arguments')
|
||||
let g:args = args
|
||||
if !empty(args)
|
||||
call setbufvar(+expand('<abuf>'),'fugitive_commit_arguments','')
|
||||
return s:Commit(args)
|
||||
|
||||
Reference in New Issue
Block a user