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

Buffers / windows are kept being dimmed sometimes #27

Open
blueyed opened this issue Sep 5, 2016 · 1 comment
Open

Buffers / windows are kept being dimmed sometimes #27

blueyed opened this issue Sep 5, 2016 · 1 comment

Comments

@blueyed
Copy link
Owner

blueyed commented Sep 5, 2016

This might be related to some autocommand not being triggered, e.g. when going through Ctrl-P and the buffer is dimmed in another tab etc already: when being displayed it is still dimmed.
set cc=80 fixes this.

We might be able to detect this with e.g. another autocommand on CursorHold, which could be used for debugging in general, too: add a note in case the current buffer is not the expected one.

@EdmundsEcho
Copy link

EdmundsEcho commented Apr 26, 2018

I noticed the buffer not changing (remains in inactive state) when the buffer number is #1. All the other buffers work. I can close the #1 buffer to have the plugin work as expected. I can reopen the first buffer (vim uses the original buffer id), and watch the bug appear again.

Furthermore, when I restart vim and load a previously saved session, the bug fires up again with the buffer with the lowest buffer id.

(buffer ids retrieved using :buffer)

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