fix: restore AttachToPane call

This commit is contained in:
Tom Meagher 2020-05-30 14:02:49 -04:00 committed by Chris Toomey
parent 3a0f173620
commit 1e8b1d5f7c

View File

@ -488,7 +488,7 @@ function! s:DefineCommands()
command! VtrFlushCommand call s:FlushCommand()
command! VtrSendCtrlD call s:SendCtrlD()
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>)
endfunction