Justin M. Keyes
Justin M. Keyes
Well, that's because these AV services "work" by labeling binaries. The nightly binary is constantly changing...
> Track how much text has been submitted already to the prompt buffer callback. here be dragons. does it handle deleted text? `dd` deletes text in prompt buffers. is there...
> It seems to me we have to track that state of it to work. The `'[` / `']` marks are doing that to some extent. Ideally we can just...
> I feel like achieving 100% regular buffer like editing experience will be complicated. But we can probably get to 90% of that without way there. I'm not sure how...
> My question basically was, do we block changes in the readonly section from the API too? Plugins (e.g. AI chat plugins) need to be able to show arbitrary stuff...
> Can Neovim detect Shift+Enter on all kinds of terminals? Or at least on most of them? I primarily use kitty. But also tried out on konsole (kde terminal) there...
> It only matters for `` in insert mode. If we go with the `` rework you proposed yesterday that also becomes irrelevant It becomes less urgent, but is still...
> Should we expose this location to user somehow? We definitely want some way for plugins to easily ask "what is the current prompt text" without mucking around with getline(),...
> Also, do I need to get commitlint to pass? no i'll squash > just need to agree on a api signature/name :] ) . I can do it in...
Merging, we can continue iterating. Some notes for followup: When I insert a newline with ``, the prompt char is repeated on each line of the multiline prompt: ``` %...