Johannes Altmanninger

Results 734 comments of Johannes Altmanninger

ok I can reproduce with ``, will look at it later

it's a use-after free of the unnamed register. It's connected to the super complex `InsertCompletionHide` hook (for LSP snippet completions) which runs just before `"` is executed, because if I...

here's a reproducer: ```bar # Repro: OI" hook global InsertCompletionHide .+ %{ evaluate-commands -draft -save-regs '"' %{ set-register dquote foo bar } } ```

proposed fix [here](https://lists.sr.ht/~mawww/kakoune/patches/54769)

the next fish version should no longer be affected, but it would be good to fix this. The problem is that cool-retro-term uses an outdated fork of lxqt/qmltermwidget (https://github.com/Swordfish90/qmltermwidget)

upcoming 4.1. Need to use the workaround for now.

On Mon, Sep 29, 2025 at 12:58:30AM -0700, Erion wrote: > Flameborn left a comment (Swordfish90/cool-retro-term#873) > > In Fish 4.1.0, using iTerm 2 v3.6.2 this no longer works for...

yeah the `no-keyboard-protocols` is ignored in fish 4.1, but that should not be noticeable by the user, because fish checks for support of the kitty keyboard protocol using `CSI ?...

Do you have steps I can use to reproduce (is there anything else involved beyond vanilla cool-retro-term 1.2 running fish locally)? Or can you share the log created by `fish...

> This is a vanilla install on MacOS 26.0.1, running Fish 4.1.0 using > defaults, i.e. I haven't copied any configuration files over. My > previous installation was on a...