:VimuxRunCommand nargs=*, not nargs=2

fix-tmux-next-3dot4
Teoric 10 years ago
parent 3135ab5e30
commit e5a9eb74da

@ -3,7 +3,7 @@ if exists("g:loaded_vimux") || &cp
endif
let g:loaded_vimux = 1
command -nargs=2 VimuxRunCommand :call VimuxRunCommand(<args>)
command -nargs=* VimuxRunCommand :call VimuxRunCommand(<args>)
command VimuxRunLastCommand :call VimuxRunLastCommand()
command VimuxCloseRunner :call VimuxCloseRunner()
command VimuxZoomRunner :call VimuxZoomRunner()

Loading…
Cancel
Save