esamattis / slimux

SLIME inspired tmux integration plugin for Vim
http://esa-matti.suuronen.org/blog/2012/04/19/slimux-tmux-plugin-for-vim/
Other
217 stars 52 forks source link

protocol version mismatch #83

Closed xiangpeng2008 closed 5 years ago

xiangpeng2008 commented 5 years ago

Hi,

I updated the linux version from centos 6 to centos 7, and when I try to send command with slimux to another tmux panel, I'm told " Enter: Select pane - Space/x: Test - C-c/q: Cancel

protocol version mismatch (client 7, server 8) No additional panes found " image Am I the only one who meet this problem in centos 7? How could I handle this ? Thanks a lot!

xiangpeng2008 commented 5 years ago

It's because I have an older version of tmux on it, if I do 'unlet g:slimux_tmux_path' it would be good.