From 3135ab5e30995a503ffceb10f8c5b3c2bb1b9365 Mon Sep 17 00:00:00 2001 From: teoric Date: Sun, 13 Jul 2014 12:18:28 +0200 Subject: [PATCH] right number of arguments for :VimuxRunCommand (read docs) --- plugin/vimux.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vimux.vim b/plugin/vimux.vim index c62479d..d4bddb9 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=1 VimuxRunCommand :call VimuxRunCommand() +command -nargs=2 VimuxRunCommand :call VimuxRunCommand() command VimuxRunLastCommand :call VimuxRunLastCommand() command VimuxCloseRunner :call VimuxCloseRunner() command VimuxZoomRunner :call VimuxZoomRunner()