preservim / vimux

easily interact with tmux from vim
MIT License
2.2k stars 159 forks source link

Check for a predefined command for prompt before executing #114

Closed mxie closed 10 years ago

mxie commented 10 years ago

VimuxPromptCommand was accepting 1 or more arguments instead of 0 or more. Vim will complain about this despite nargs being set.

benmills commented 10 years ago

Thanks!

mxie commented 10 years ago

Awesome - thanks for the quick response!