Ghjuvan Lacambre
Ghjuvan Lacambre
Two cents from a GUI maintainer: at the moment, neovim sends 224 (that's `#0000e0` I think) as foreground color for "terminal color 4" to GUIs. In my opinion, it doesn't...
>No, a msg_showcmd must never be interpreted to "clear" a msg_show message, as little as it would clear an popupmenu_show or cmdline_show message. This is to clear an earlier msg_showcmd...
I investigated a little more and the issue can actually be formulated more clearly: "msg_show('confirm_sub') not cleared on :substitute with less than `report` substitutions" It's tempting to just add an...
Here's a reproducer: ```python import time from pynvim import attach from threading import Thread def isInteresting (evt): return evt in ['msg_show', 'msg_clear'] class UIThread(Thread): def __init__(self, nvim): Thread.__init__(self) self.nvim =...
Hi, thanks for opening this issue. `eval_js` only supporting VimScript callbacks is indeed quite unfortunate, this is not something I would implement today. Unfortunately, `eval_js` is likely to stop working...
Would deactivating shada by adding `set shada=` to your init.vim be an acceptable workaround?
>- set up Lua callback dispatch via vterm_state_set_unrecognised_fallbacks() ? >- also allow Lua handling of "known" terminal sequences / commands? What do you think about creating autocommand events for these?...
I'm aware that you probably can't do anything without having access to captures of the data synchronization step between the official app and the scale. This is why I attempted...
I used wireshark to export the captures as text and then vimdiff'd the two shortest ones I had. It looks like the first two messages exchanged by the phone and...
What tridactyl+firefox versions are you using? (you can get tridactyl's version with `:version`)