Skip to content

Commit 3135ab5

Browse files
committed
right number of arguments for :VimuxRunCommand
(read docs)
1 parent b437d32 commit 3135ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vimux.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if exists("g:loaded_vimux") || &cp
33
endif
44
let g:loaded_vimux = 1
55

6-
command -nargs=1 VimuxRunCommand :call VimuxRunCommand(<args>)
6+
command -nargs=2 VimuxRunCommand :call VimuxRunCommand(<args>)
77
command VimuxRunLastCommand :call VimuxRunLastCommand()
88
command VimuxCloseRunner :call VimuxCloseRunner()
99
command VimuxZoomRunner :call VimuxZoomRunner()

0 commit comments

Comments
 (0)