Expose public VTRSendCommand function
This commit is contained in:
parent
4bd17efd06
commit
0565d25a69
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user