Aristotle Pagaltzis

Results 202 comments of Aristotle Pagaltzis

Hi, thanks. Yes, this is evidently a Neovim thing: my Vim 8 hasn’t heard of `'icm'`. I don’t know if it can be made to work in that window but oviously...

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

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…

Please read again. I said I am open to a temporary bandaid, just a different one, if at all possible. What `buftype` do you get?

(Also: neovim/neovim#8796 is in the [Neovim 0.3.2 milestone](/neovim/neovim/milestone/20) which is *supposed* to be due in September, so *if* their milestone due dates actually track reality to within a reasonable window,...

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

I agree that `CursorMoved` is too often. But I deeply dislike the way `CursorHold` feels, with the computer always lagging behind and constantly catching up when you type or move...

Actually, re-reading the docs now, I think `b:changedtick` gives me everything I need.

Not yet, sorry. Well, the ultra-barebones version is just this: ````diff diff --git i/autoload/css_color.vim w/autoload/css_color.vim index 439fbed8df2..cb51430a414 100644 --- i/autoload/css_color.vim +++ w/autoload/css_color.vim @@ -218,8 +218,11 @@ let s:_csscolor = s:_hexcolor...

I’ve been running this patch but haven’t moved forward any with it. However I’ve been seeing missed updates recently under circumstances I haven’t yet reproduced, and this patch may be...