From e5a9eb74dab9d5cb8839ba041b9022e4121bd3e6 Mon Sep 17 00:00:00 2001 From: Teoric Date: Sun, 13 Jul 2014 12:37:17 +0200 Subject: [PATCH] :VimuxRunCommand nargs=*, not nargs=2 --- plugin/vimux.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vimux.vim b/plugin/vimux.vim index d4bddb9..4a4acce 100644 --- a/plugin/vimux.vim +++ b/plugin/vimux.vim @@ -3,7 +3,7 @@ if exists("g:loaded_vimux") || &cp endif let g:loaded_vimux = 1 -command -nargs=2 VimuxRunCommand :call VimuxRunCommand() +command -nargs=* VimuxRunCommand :call VimuxRunCommand() command VimuxRunLastCommand :call VimuxRunLastCommand() command VimuxCloseRunner :call VimuxCloseRunner() command VimuxZoomRunner :call VimuxZoomRunner()