mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
CHANGELOG: Fix formatting
This commit is contained in:
parent
146ec619d9
commit
1af1e7b69b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue