-
Notifications
You must be signed in to change notification settings - Fork 80
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
Error when matches window of set icm=split
is shown and pressed Ctrl-F
#95
Comments
Hi, thanks. Yes, this is evidently a Neovim thing: my Vim 8 hasn’t heard of |
It would be good to silence the error for first, and, if it's possible make plugin work for that window. |
|
@justinmk well, I'm getting |
@justinmk About version of Neovim I'm using:
|
That looks like a clear bug in Neovim. I’ll be filing a bug about it there. As for the fix, I have to say it would pain me to apply this particular PR. If that PR were the only solution then frankly I’d be inclined to handle it by waiting for the Neovims to fix it and then just telling anyone who encounters this problem to upgrade their Neovim. However, the plugin already needs a mechanism to prevent it from activating at all in certain buffers anyway. If it had that, I assume that could be used to keep it from activating in these |
In fact, this appears to be neovim/neovim#8796 so there is already a bug and they’re on it. So it appears that I don’t really need to do anything… |
@ap Well, as I tested Anyway, by my opinion, considering that there's no delivered Neovim stable release which fixes this bug it would be better to add these simple hacks (especially they aren't that bad, just affecting code styling). Waiting for a fix (which usually takes months for new stable Neovim release) just because you don't wanna add hacks (which could be removed later, when new stable release of Neovim come) for a bug is bad for user experience. Is Neovim users supposed to be annoyed for months by this error messages or even urged to not use this plugin to avoid that? I mean I'm personally don't care, I don't mind maintaining my own fork for myself, but just in general? |
Please read again. I said I am open to a temporary bandaid, just a different one, if at all possible. What |
(Also: neovim/neovim#8796 is in the Neovim 0.3.2 milestone which is supposed to be due in September, so if their milestone due dates actually track reality to within a reasonable window, then we’re only looking at weeks, not months… which is why I’m even considering doing nothing. (Generally I am entirely on board with working around an upstream bug for the benefit of downstream users. I just also have other lesser priorities.) But, I am also aware that the early September intent might just be a fantasy.) |
Hmm. I’ve downloaded Neovim to get to the bottom of this myself but so far I can’t reproduce the bug. I’ve opened a CSS file, gotten CSS Color to load and colourise the buffer, Am I missing any obvious step? If not, which step is it where you guys get a different result? |
I'm not sure if this feature (
set icm=split
) exists in regular Vim but it exists in Neovim. Here is my own demonstration of that feature: https://www.youtube.com/watch?v=dY9dME3l-iQSo when that matches window is shown in command-line mode and I press Ctrl-F to edit command in more regular vimmy window css-color is failing with this error:
The text was updated successfully, but these errors were encountered: