-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Incremental substitution preview (inccommand) partially overridden by indent-blankline #434
Comments
I don't think there is anything in the plugin I can do to fix this. |
@lukas-reineke Is there already a Neovim issue I can subscribe to? If not could you help file one? Thank you! |
I don't think so. I'm not even sure how this could be solved. You could just disable indent blankline when you enter cmdline mode. au CmdlineEnter * IndentBlanklineDisable
au CmdlineLeave * IndentBlanklineEnable |
That's unfortunate. So instead of a bug report, do you think this can be a feature request to Neovim something along the lines of e.g. 'allow inccommand to override virtual texts' or 'make intermediate inccommand results visible to plugins'? |
Yeah, probably the second one. But this would be pretty complex I imagine |
I'm probably asking too much for an edge case but could you outline what you need from Neovim in a feature request, just to see if it gets us somewhere? Absolutely no rush of cos. |
Given file
Type
:%s/^ \+int/char
but don't hit enter yet, by default (inccommand=nosplit
) it looks like:Now use the vimrc below and do the same thing
It looks like:
The text was updated successfully, but these errors were encountered: