Skip to content

Commit

Permalink
right number of arguments for :VimuxRunCommand
Browse files Browse the repository at this point in the history
(read docs)
  • Loading branch information
teoric committed Jul 13, 2014
1 parent b437d32 commit 3135ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vimux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3135ab5

Please sign in to comment.