mirror of
https://github.com/fish-shell/fish-shell
synced 2025-02-13 04:33:33 +00:00
Relnote fix for #3189
This commit is contained in:
parent
533ee65963
commit
d903fe6073
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
- The path-component bindings (like ctrl-w) now also stop at ":" and "@" because those are used to denote user and host in ssh-likes (#5841).
|
||||
- `read` no longer keeps a history, making it suitable for operations that shouldn't end up there, like password entry (#5904).
|
||||
- When syntax highlighting a string with an unclosed quote, only the quote itself will be shown as an error, instead of the whole argument.
|
||||
- The nul character can now be bound via `bind -k nul`. Terminals often generate this character via control-space. (#3189).
|
||||
|
||||
### For distributors and developers
|
||||
- The autotools-based build system and legacy Xcode build systems have been removed, leaving only the CMake build system. All distributors and developers must migrate to the CMake build.
|
||||
|
|
Loading…
Reference in a new issue