Replies: 2 comments
|
Thanks for the suggestion! At glance, this looks reasonable and the change (similar but a bit more robust than in the linked patch) passes all the tests. I'll take a closer look if maybe there was some hidden undocumented+untested issue. |
0 replies
|
This should now be resolved on the latest |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently
BufWinEntercallsupdate_buf_cachewhich always setsoverlay = false, meaning overlay can not be triggered for hidden buffers in practice and gets disabled when switching back from another buffer. Example:Patch to change:
nvim-mini/mini.diff@fb548f0
Maybe this could be added as a config option?
All reactions