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

Clean-up error after trying to draw overlay on unmodifiable (terminal) buffer #40

Open
simlei opened this issue Apr 17, 2018 · 1 comment

Comments

@simlei
Copy link

simlei commented Apr 17, 2018

Hi,
the terminal that was introduced in vim 8 apparently gives Plugins like yours a headache when they try to draw on the buffer. In the case of vim-choosewin, the error is handled kind of gracefully and switching still works, just on the terminal buffer, no overlay is drawn, and an error appears below in a non-intrusive mesage. Cheers -- that is handled better by far than the popular "easymotion" plugin.

Still, the status bars of the windows retain the "A"to"Z" markers after this error occured. some error handling or buffer type checking is needed. I am sorry to say that I don't know the first thing about it as I just started with vim.

Thanks again for the great plugin.

@t9md
Copy link
Owner

t9md commented Apr 18, 2018

I'm now not active vim user(I use Atom), so I can't fix it by myself.
But I can check and merge PR for fixing this issue.

Thanks.

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

No branches or pull requests

2 participants