mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
I'm going through CHANGELOG
This commit is contained in:
parent
1908cf95de
commit
4fd8673772
|
@ -24,6 +24,7 @@ Scripting improvements
|
|||
- ``string match`` with unmatched capture groups and without the ``--all`` flag now sets an empty variable instead of a variable containing the empty string. It also correctly imports the first match if multiple arguments are provided, matching the documentation. (:issue:`7938`).
|
||||
- Better errors when a command in a command substitution wasn't found or is not allowed.
|
||||
- ``fish_indent`` allows to write inline variable assignments on multiple lines (ending in a backslash), instead of joining them into one line (:issue:`7955`).
|
||||
- fish gained a ``--no-config`` option to disable reading config.fish. This applies both to the user's and the admin's config.fish (typically in /etc/fish/config.fish) and also sets $fish_function_path to just the functions shipped with fish and disables universal variables and history. (:issue:`7921`, :issue:`1256`).
|
||||
|
||||
Interactive improvements
|
||||
-------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user