mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:37:59 +08:00
CHANGELOG: Add status current-commandline
This commit is contained in:
parent
7133285c88
commit
5ad0d95694
|
@ -27,6 +27,7 @@ Notable improvements and fixes
|
|||
- A new helper function ``fish_delta`` can be used to show the difference to fish's stock configuration (:issue:`9255`).
|
||||
- It is now possible to specify multiple scopes for ``set -e`` and all of the named variables present in any of the specified scopes will be erased. This makes it possible to remove all instances of a variable in all scopes (``set -efglU foo``) in one go (:issue:`7711`).
|
||||
- A possible stack overflow when recursively evaluating substitutions has been fixed (:issue:`9302`).
|
||||
- `status current-commandline` has been added and retrieves the entirety of the currently executing commandline when called from a function during execution, allowing easier job introspection (:issue:`8905`).
|
||||
|
||||
=======
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user