Allow to use VimuxRunCommand as a command

use as

    :VimuxRunCommand "ls -la"
This commit is contained in:
teoric 2014-07-13 12:08:15 +02:00
parent fbb873a265
commit b60a52d36c

View File

@ -3,6 +3,7 @@ if exists("g:loaded_vimux") || &cp
endif endif
let g:loaded_vimux = 1 let g:loaded_vimux = 1
command! -nargs=1 VimuxRunCommand :call VimuxRunCommand(<args>)
command VimuxRunLastCommand :call VimuxRunLastCommand() command VimuxRunLastCommand :call VimuxRunLastCommand()
command VimuxCloseRunner :call VimuxCloseRunner() command VimuxCloseRunner :call VimuxCloseRunner()
command VimuxZoomRunner :call VimuxZoomRunner() command VimuxZoomRunner :call VimuxZoomRunner()