-
Notifications
You must be signed in to change notification settings - Fork 630
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
Characters left on screen after suggestions close #166
Comments
Seems to only occur for certain themes. I tested a number of "-okai" themes (molokai, Monokai, Benokai, etc) and seemed to have the issues, however with "Tomorrow-Night" I don't see any of that behavior. |
I'm having the same problem. @jlucier were you able to resolve it? |
@nhendy I just switched the theme I use on my Mac in order to avoid the problem. This doesn’t happen for me on Linux, which is my main driver |
Had the same issue with |
Randomly, I think I have stumbled into isolating this issue. It seems to come down to the version of vim. This started happening to me on vim 8.2, whereas on vim 8.0 it does not. Anyone have ideas for what's causing this or ways to remedy? Obviously the solution of "find a theme for which this doesn't happen" still works, but that's a bit unfortunate. |
I just wanted to chime in that this still happens
macos big sur |
@jonnyrobbie FYI this problem does not seem to plague Neovim at all. |
Characters are left behind on the screen after the completion suggestions close. Originally thought this was an issue with YouCompleteMe or the vim builtin completion, but the issues are only reproducible with vim-colorschemes installed and active.
Random artifacts:
Filename completions:
I'm on macOS Mojave 10.14.6 and here's my
vim --version
output.Thanks in advance for the help.
The text was updated successfully, but these errors were encountered: