From b60a52d36ce6aa714ce982f674d08a687b969eb6 Mon Sep 17 00:00:00 2001 From: teoric Date: Sun, 13 Jul 2014 12:08:15 +0200 Subject: [PATCH] Allow to use VimuxRunCommand as a command use as :VimuxRunCommand "ls -la" --- plugin/vimux.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/vimux.vim b/plugin/vimux.vim index 18d0004..244a7a2 100644 --- a/plugin/vimux.vim +++ b/plugin/vimux.vim @@ -3,6 +3,7 @@ if exists("g:loaded_vimux") || &cp endif let g:loaded_vimux = 1 +command! -nargs=1 VimuxRunCommand :call VimuxRunCommand() command VimuxRunLastCommand :call VimuxRunLastCommand() command VimuxCloseRunner :call VimuxCloseRunner() command VimuxZoomRunner :call VimuxZoomRunner()