Christian Wellenbrock
Christian Wellenbrock
Thank you, I'll try to reproduce that later 👍 Edit: Managed to reproduce 👍
Quick update: I believe this is similar to the issue #36. I just opened a Neovim issue about it: https://github.com/neovim/neovim/issues/11878 So the problem here seems to be: When the preview...
Thank you. I haven't run into this yet. Can you tell me what Vim/Neovim version you are using? And can you give more detailed instructions so I can try to...
Hmm, I'm using the same Neovim version. Can you reproduce this with different files of different filetypes? I wonder if there might be something specific about your file. Could you...
What's the state of that instance? Single tab with one window which has a context popup? If you scroll the window, does the context popup update accordingly?
Ah, I can reproduce now. You need to have at least two tabs open. Then in one tab have only one window open and it's context popup visible. `:q` will...
Btw, there's even a TODO in code to consider just closing the popup instead of failing. We might open a Neovim issue about this. I just tested in Vim8 and...
Hey, could you share this file (or a similar one where you can reproduce a similar case)?
Thanks! I played around with the file a bit but could not reproduce such a context. I also couldn't find the visible text `custom header lane` for example. Could you...
I believe I know what you mean. If you have a fold which ends up behind the context popup, then the context will be misleading. This is because the context...