preservim / vimux

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

vimux doesn't escape backslash #133

Closed tungel closed 8 years ago

tungel commented 8 years ago

If I send this (def pat (re-pattern "\\d+")), it would become (def pat (re-pattern "\d+"))