mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 03:13:37 +08:00
document changes in CHANGELOG.md
This commit is contained in:
parent
36b9f1ed9c
commit
1693b53221
|
@ -22,6 +22,7 @@
|
|||
- `string split` had a bug where empty strings would be dropped if the output was only empty strings; this has been fixed (#5987).
|
||||
- `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.
|
||||
|
||||
### 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