Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving from vim split to tmux pane: protocol version mismatch (client 7, server 8) #202

Open
lucasdellabella opened this issue May 15, 2018 · 3 comments

Comments

@lucasdellabella
Copy link

I can't move from vim out to a Tmux pane. Unlike most of the issues I've found online where the server version is lower than the client's. here the client version is lower than the server's and I'm not sure what to do.

Any help would be appreciated! Thanks :)

@christoomey
Copy link
Owner

christoomey commented May 15, 2018 via email

@michaelcypher
Copy link

michaelcypher commented Jun 5, 2018

@christoomey I'm having the same error. I got the client / server version by running the following in a shell in a tmux pane.

 ~ ps -o state= -o comm= -t $(tmux display-message -t 1 -p '#{pane_tty}')
protocol version mismatch (client 7, server 8)
R ps
S zsh

@blueyed
Copy link
Collaborator

blueyed commented Jun 27, 2018

Interesting.
There is not much that we can do here probably, but should ensure that is is reported properly.

Could you test #201 with it, since it does not use ps anymore, we might be able to report it better there.

What tmux versions (client and server) are you using?

Related tmux code: https://github.com/tmux/tmux/blob/d8721b35a0c534fba5af23f68761913ae716aed1/client.c#L623-L632.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants