mirror of
https://github.com/preservim/vimux
synced 2024-11-04 18:00:10 +00:00
right number of arguments for :VimuxRunCommand
(read docs)
This commit is contained in:
parent
b437d32c1b
commit
3135ab5e30
@ -3,7 +3,7 @@ if exists("g:loaded_vimux") || &cp
|
||||
endif
|
||||
let g:loaded_vimux = 1
|
||||
|
||||
command -nargs=1 VimuxRunCommand :call VimuxRunCommand(<args>)
|
||||
command -nargs=2 VimuxRunCommand :call VimuxRunCommand(<args>)
|
||||
command VimuxRunLastCommand :call VimuxRunLastCommand()
|
||||
command VimuxCloseRunner :call VimuxCloseRunner()
|
||||
command VimuxZoomRunner :call VimuxZoomRunner()
|
||||
|
Loading…
Reference in New Issue
Block a user