preservim / vimux

easily interact with tmux from vim
MIT License
2.21k stars 162 forks source link

Allow backticks #62

Closed fishman closed 11 years ago

fishman commented 11 years ago

sending backticks currently gives an unexpected end of line, since the plugins run command tries to execute the content.

also fixes some nastyness of potentially executing code that should not be executed

benmills commented 11 years ago

I'm going to close your other pull request (#61) since this pull request includes that change.

benmills commented 11 years ago

Thanks for the fix!