Johannes Altmanninger
Johannes Altmanninger
I think `git rebase` doesn't support this because it would encourage bad practice of neglecting the commit message body. Also it has the potential to break GIT_SEQUENCE_EDITOR scripts that don't...
@pluskid use `path change-extension`
done with https://github.com/fish-shell/fish-shell/pull/9386
I changed `string escape` to also use quotes when the input contains `'`' or `\`. I guess the intention for the old behavior (of using backslash escapes) was that that...
yeah there were definitely some cases where we'd leak bracketed paste settings that are fixed now
this would need another attempt, I haven't had time to look at the performance regression
> The issue with (1) is that there's no way to outright ignore directories > Happy to add others from emacs-lsp's list in if maintainers are fine with this approach....
On a quick glance this seems reasonable apart from the needlessly-complex recursive watch logic. It's probably appropriate to use `notify-debouncer-full`. You should know that kakoune-lsp recently disabled the file watcher...
that sounds like a good start. Probably history search (and history pager) should by default fall back to subsequence matching if there are no substring matches. That would eliminate the...
> Define a variable to configure the type of matching for the history pager I think we want to avoid that variable because the tiered behavior is almost always better....