Expose public VTRSendCommand function

This commit is contained in:
Chris Toomey 2012-11-23 23:38:45 -05:00
parent 4bd17efd06
commit 0565d25a69

View File

@ -242,6 +242,10 @@ function! s:DefineKeymaps()
endif endif
endfunction endfunction
function! VTRSendCommand(command)
call s:SendKeys(a:command)
endfunction
call s:InitializeVariables() call s:InitializeVariables()
call s:DefineCommands() call s:DefineCommands()
call s:DefineKeymaps() call s:DefineKeymaps()