Christian Wellenbrock

Results 133 comments of Christian Wellenbrock
trafficstars

Hmm. I don't have a Windows machine to test this. But the error message does sound like the plugin has not been installed in the proper place. Can you look...

Thanks! I think we could do something similar to here to restore the previous window: https://github.com/wellle/visual-split.vim/blob/master/plugin/visual-split.vim

Can you share an example file and what you would expect as a context? Thanks!

Thank you for opening this issue! I probably won't have time to look into this in detail anytime soon, but it seems very interesting. Btw, on another note you got...

Very cool, thanks for sharing 🙌

Oh that's great, thanks for the heads up 👍

Hey, I don't think this is currently possible. Could you clarify how you would like to define what exactly would be considered `if/else stuff`? Thanks!

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...

@ThomasFeher: Yes, it shouldn't be active in the preview window. There's already a check in `context#update()` which should abort if `'previewwindow'` is set. Could you show a screenshot of where...

Thanks, I understand what you mean now. I believe what's happening is a bit different though: 1. You have a buffer open and a context popup visible at the top...