mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 08:41:13 +08:00
CHANGELOG: string is now a reserved word
and can't be used for functions.
This commit is contained in:
parent
ab5d7f80d0
commit
3d0200a115
|
@ -38,7 +38,7 @@ Notable improvements and fixes
|
|||
or non-matching wildcards, as these could be defined differently at
|
||||
runtime (especially for functions). This makes it usable as a static syntax checker (:issue:`977`).
|
||||
- ``type`` is now a builtin and therefore much faster (:issue:`7342`).
|
||||
- ``string match --regex`` now imports named PCRE2 capture groups as fish variables (:issue:`7459`).
|
||||
- ``string match --regex`` now imports named PCRE2 capture groups as fish variables (:issue:`7459`). Note: Because of this, it can no longer be wrapped in a function and the name has been added as a reserved word.
|
||||
- Globs and other expansions are limited to 512k results (:issue:`7226`).
|
||||
|
||||
Syntax changes and new commands
|
||||
|
|
Loading…
Reference in New Issue
Block a user