diff --git a/plugin/vim-tmux-runner.vim b/plugin/vim-tmux-runner.vim index 9cfbe45..edebbdf 100644 --- a/plugin/vim-tmux-runner.vim +++ b/plugin/vim-tmux-runner.vim @@ -242,6 +242,10 @@ function! s:DefineKeymaps() endif endfunction +function! VTRSendCommand(command) + call s:SendKeys(a:command) +endfunction + call s:InitializeVariables() call s:DefineCommands() call s:DefineKeymaps()