This commit is contained in:
Navid Sassan 2021-09-21 17:45:49 +02:00
parent c762cdf21d
commit d218407991

View File

@ -202,7 +202,7 @@ endfunction
function! s:SendQuitSequence()
if !s:ValidRunnerPaneSet() | return | endif
call s:_SendKeys("q")
call s:_SendKeys("-X cancel")
endfunction
function! s:GitCdUp()