-
Notifications
You must be signed in to change notification settings - Fork 342
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
Comments
Can you clarify how you are figuring out that the client and sever version
differ? Are you getting a specific error message?
I haven’t run into the server mismatch much, and if I remember correctly, I
think it only occurred when I upgraded tmux. Have you tried closing all
tmux sessions (use `tmux list-sessions` to confirm) and then restarting?
The last thing I’d check is if your tmux executable is different between a
normal shell, and your shell within tmux. This would likely be due to a
difference in your PATH across those two contexts.
Please check into the above items, and let me know if you’re still having
issues.
…On May 15, 2018 at 6:51:33 PM, Lucas Della Bella ***@***.***) wrote:
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 :)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#202>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAZpEUrRd8roicEiXMScMrFJRThXqmmHks5ty1v1gaJpZM4UAZFU>
.
|
@christoomey I'm having the same error. I got the client / server version by running the following in a shell in a tmux pane.
|
Interesting. Could you test #201 with it, since it does not use What tmux versions (client and server) are you using? Related tmux code: https://github.com/tmux/tmux/blob/d8721b35a0c534fba5af23f68761913ae716aed1/client.c#L623-L632. |
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 :)
The text was updated successfully, but these errors were encountered: