esamattis/slimux

protocol version mismatch

xiangpeng2008 opened this issue · 1 comments

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!

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