From 1e8b1d5f7cf37c0f0dd1aa2007caf5b2bdc64b27 Mon Sep 17 00:00:00 2001 From: Tom Meagher Date: Sat, 30 May 2020 14:02:49 -0400 Subject: [PATCH] fix: restore AttachToPane call --- plugin/vim-tmux-runner.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vim-tmux-runner.vim b/plugin/vim-tmux-runner.vim index fa19ffa..f9b677e 100644 --- a/plugin/vim-tmux-runner.vim +++ b/plugin/vim-tmux-runner.vim @@ -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() command! -nargs=1 VtrSendKeysRaw call s:SendKeysRaw() endfunction