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

SSH Vim Rendering #348

Closed
reasonablytall opened this issue Feb 26, 2018 · 3 comments
Closed

SSH Vim Rendering #348

reasonablytall opened this issue Feb 26, 2018 · 3 comments

Comments

@reasonablytall
Copy link

I get this right after starting vim over an ssh session. The server is correctly using the xterm-kitty terminfo file.

The version of vim is 7.4. Option termguicolors, t_8f, and t_8b are unknown. t_ut is known and is set to ''.

image

It seems like there's an issue with vim writing the screen - text in the file only updates when I scan over it in visual mode or something similar. You can see this in the image below.
image

@kovidgoyal
Copy link
Owner

It's likely something to do with the ancient vim version, kitty likes to push the boundaries a bit :) 7.4 is what 4 years old? Start with an empty vimrc and do some bisection, you'll probably find the problematic setting(s) that way. I can tell you that vim 8.0.1092 works fine over ssh in kitty (which is the oldest vim I have available to test).

@reasonablytall
Copy link
Author

Ah sorry for the trouble! I ran through my vimrc and it looks like vim-airline is causing the issue.

@kovidgoyal
Copy link
Owner

No worries, closing.

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

2 participants