Results 186 comments of luukvbaal

I'm not sure I understand why a dedicated event is needed, won't flushing the desired state in the appropriate places be sufficient; like in #27950? And for cmdpreview in particular,...

> I'm not sure what #27950 achieves regarding my bug report? This bug report or #20463? Like I mentioned in the last comment in that PR I think the change...

> in the vim.ui_attach callback, when receiving a cmdline message, update the ui right away: This is what I've been doing and I think it should be allowed.

> If I understand correctly now, the goal is to just make it all work without any new low-level API and where the lua callback is allowed to fully alter...

Sorry forgot to reply here @folke; short answer no I don't think there is a builtin way to check if textlock is active(other than `pcall()` -> check error). I do...

Flush, not redraw. But yeah for reference: I noticed the test repro still producing a black screen on my ext_ui branch, which calls `vim.ui_attach()->ui_flush()` at the top of `_defaults.lua`. Adding...

Yeah fair. I kind of lost interest in debugging the behavior on master further once I found this alternative solution and established that #28676 made incorrect assumptions. Figuring out why...

Not a segfault but an assert(asserts are not enabled in release builds). `'statuscolumn'` is loosely related but only in that it's not possible to hit the assert without either `'signcolumn'...

It doesn't really, I tried to reproduce but couldn't. Please try to provide the list of "other plugins" (with required settings), and reproduce this in a Lua/C file from the...

Thanks! > signcolumn and statuscolumn need to be set to trigger the assert (Like I said before; signcolumn tracking just needs to be active which hapens with **either** `'signcolumn' ==...