Skip to content

Commit

Permalink
Merge pull request #110 from kyoh86/confirm-cancel
Browse files Browse the repository at this point in the history
Cancel forcely the updated commit message with confirmation
  • Loading branch information
lambdalisue authored Oct 25, 2023
2 parents 0d0038b + 95d9540 commit 1add0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/gin/internal/proxy.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function s:cancel() abort
let l:waiter = b:gin_internal_proxy_waiter
call s:reset()
call denops#request('gin', l:waiter, [v:false])
bwipeout
bwipeout!
endfunction

function s:reset() abort
Expand Down

0 comments on commit 1add0a3

Please sign in to comment.