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 b60a52d commit b437d32Copy full SHA for b437d32
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=1 VimuxRunCommand :call VimuxRunCommand(<args>)
7
command VimuxRunLastCommand :call VimuxRunLastCommand()
8
command VimuxCloseRunner :call VimuxCloseRunner()
9
command VimuxZoomRunner :call VimuxZoomRunner()
0 commit comments