Allow to use VimuxRunCommand as a command

use as

    :VimuxRunCommand "ls -la"
fix-tmux-next-3dot4
teoric 10 years ago
parent fbb873a265
commit b60a52d36c

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

Loading…
Cancel
Save