Johannes Altmanninger
Johannes Altmanninger
> but the Terminal app still thinks we are inside the remote path exactly, so Command+T will open new a tab in the home directory, instead of (correctly) using the...
probably worth a brief mention in the changelog
since you didn't make any manual changes to `po/` you can do `git checkout --ours -- po` or `jj resolve --tool=:ours po/` when you hit the conflict while rebasing (and...
> However, most of the tests have no reason to depart from the > "official" style, so perhaps you should add a way to easily exclude > some parts of...
On Thu, Sep 04, 2025 at 03:48:38AM -0700, Isaac Oscar Gariano wrote: > IsaacOscar left a comment (fish-shell/fish-shell#11750) > > > However, most of the tests have no reason to...
> Hmm, I could remove the suggestion > for `bmalehorn.vscode-fish` and replace it with > [https://marketplace.visualstudio.com/items?itemName=jkillian.custom-local-formatters](Custom > Local Formatters) to get the automatic `fish_indent`, but no fish > syntax highlighting?...
> This is an incredibly trivial issue, but open an interactive fish > and type `echo \`. > Before you press enter, the `\` will be coloured with `fish_color_error`. incomplete...
> It's still incorrectly coloured after you press enter though. looks like it gets fish_color_normal; but fish_color_escape is only for "character escapes like ``\n`` and ``\x70``". Continuation lines are a...
> Do we need to port `edit_command_buffer`? No. In theory we could rename it to "fish_edit_command_buffer" and document it; but I'm not sure if that's worth the potential breakage. So...
> fish --version > fish, version 4.2.0 > > ubuntu: > uname -a > Linux u25 6.17.0-6-generic #6-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 7 13:34:17 UTC 2025 x86_64 GNU/Linux > fish_indent...