We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b437d32 commit 3135ab5Copy full SHA for 3135ab5
plugin/vimux.vim
@@ -3,7 +3,7 @@ if exists("g:loaded_vimux") || &cp
3
endif
4
let g:loaded_vimux = 1
5
6
-command -nargs=1 VimuxRunCommand :call VimuxRunCommand(<args>)
+command -nargs=2 VimuxRunCommand :call VimuxRunCommand(<args>)
7
command VimuxRunLastCommand :call VimuxRunLastCommand()
8
command VimuxCloseRunner :call VimuxCloseRunner()
9
command VimuxZoomRunner :call VimuxZoomRunner()
0 commit comments