context.vim
context.vim copied to clipboard
Overlap in visual mode
trafficstars
If you jump into visual mode, and and move upwards, you will end up behind the context window.
E.g. see here (red is the current cursor).

So if you want to see what you are visualizing, you need to manually move the screen with C-y, which is annoying. Any chance of fixing that?
Thank you. This is currently expected behavior. The plugin currently only updates the context (including making sure the cursor is not obstructed by the floating window) in normal mode.
But it definitely makes sense to fix this. I will look into it 👍