diff --git a/plugin/vimux.vim b/plugin/vimux.vim index 18d0004..4a4acce 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=* VimuxRunCommand :call VimuxRunCommand() command VimuxRunLastCommand :call VimuxRunLastCommand() command VimuxCloseRunner :call VimuxCloseRunner() command VimuxZoomRunner :call VimuxZoomRunner()