mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 01:52:49 +08:00
Un-changelog the history fix
Turns out the bug never actually shipped in a release; it bisected to
3ae5b23971
This commit is contained in:
parent
a87e0183df
commit
124def8f4b
|
@ -23,7 +23,6 @@
|
|||
- `switch` now allows arguments that expand to nothing, like empty variables (#5677).
|
||||
- The null command (:) now always exits successfully, rather than echoing last return code.
|
||||
- Cursor configuration instructions for vi-mode have been added to the fish documentation.
|
||||
- A bug caused fish to rewrite the history file on every command. This has been fixed: fish will append to the file in most cases (#6042).
|
||||
|
||||
### Syntax changes and new commands
|
||||
- Brace expansion now only takes place if the braces include a "," or a variable expansion, so things like `git reset HEAD@{0}` now work (#5869).
|
||||
|
|
Loading…
Reference in New Issue
Block a user