mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 08:41:13 +08:00
CHANGELOG: Fix formatting
This commit is contained in:
parent
146ec619d9
commit
1af1e7b69b
|
@ -47,7 +47,7 @@ Scripting improvements
|
|||
- The ``true`` and ``false`` builtins ignore any arguments, like other
|
||||
shells (#7030).
|
||||
- Computed ("electric") variables are now only global in scope, so ``set -Uq status`` returns false (#7032).
|
||||
- ``set --show``s output has been shortened, only mentioning the scopes in which a variable exists (#6944).
|
||||
- The output for ``set --show`` has been shortened, only mentioning the scopes in which a variable exists (#6944).
|
||||
- A new ``fish_posterror`` event fires when attempting to execute a command with syntax errors (#6880).
|
||||
- ``fish_indent`` now removes spurious quotes in simple cases (#6722)
|
||||
- ``pushd`` only adds a directory to the stack if changing to it was successful.
|
||||
|
|
Loading…
Reference in New Issue
Block a user