-
Notifications
You must be signed in to change notification settings - Fork 529
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
background color over ssh in HyperTerm #41
Comments
I'm assuming you're SSHing locally/into the same machine where Vim ran locally? |
well, in the second screenshot is vim running over my ssh connection... I might not really understand the question 😅 |
Are you accessing the same computer in both cases (locally in the first case and by SSHing to itself in the second case?) Or are you SSHing to a different machine that could potentially have different configuration? |
I am SSHing to a different machine 👍 |
It looks like the remote machine is using 256-color mode even though it's configured to use Can you run I suspect that your local machine (which is showing correct colors) may have a newer version of Vim than the remote one (which appears to be using 256-color mode.) |
Indeed, it looks like this is the issue: LocalIncluded patches: 1-1910 SSHIncluded patches: 1-207, 209-629 I will try updating vim over ssh 👍 |
thanks for the support, working properly after upgrade :) |
You're welcome, glad to hear it! |
Local
SSH
It seems like only the background color is slightly different over
ssh
then in my local vim..any ideas what might be causing this?
The text was updated successfully, but these errors were encountered: