fix: restore AttachToPane call
This commit is contained in:
parent
3a0f173620
commit
1e8b1d5f7c
@ -488,7 +488,7 @@ function! s:DefineCommands()
|
|||||||
command! VtrFlushCommand call s:FlushCommand()
|
command! VtrFlushCommand call s:FlushCommand()
|
||||||
command! VtrSendCtrlD call s:SendCtrlD()
|
command! VtrSendCtrlD call s:SendCtrlD()
|
||||||
command! VtrSendCtrlC call s:SendCtrlC()
|
command! VtrSendCtrlC call s:SendCtrlC()
|
||||||
command! VtrAttachToPane call s:PromptForRunnerToAttach()
|
command! -bang -nargs=? -bar VtrAttachToPane call s:AttachToPane(<f-args>)
|
||||||
command! -nargs=1 VtrSendKeysRaw call s:SendKeysRaw(<q-args>)
|
command! -nargs=1 VtrSendKeysRaw call s:SendKeysRaw(<q-args>)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user