mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 08:41:13 +08:00
CHANGELOG fish_indent --check
[ci skip]
This commit is contained in:
parent
eb59d4eb14
commit
0e8761bc70
|
@ -62,7 +62,8 @@ Scripting improvements
|
|||
- Computed ("electric") variables such as ``status`` are now only global in scope, so ``set -Uq status`` returns false (#7032).
|
||||
- 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).
|
||||
- ``fish_indent`` now removes spurious quotes in simple cases (#6722)
|
||||
and learned a ``--check`` option to just check if a file is indented correctly (#7251).
|
||||
- ``pushd`` only adds a directory to the stack if changing to it was successful.
|
||||
- ``fish --no-execute`` will no longer complain about unknown commands
|
||||
or non-matching wildcards, as these could be defined differently at
|
||||
|
|
Loading…
Reference in New Issue
Block a user