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