mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Let stderr-nocaret description say it's read-only
This commit is contained in:
parent
5e6b35696f
commit
c2bca939be
|
@ -16,7 +16,7 @@ features_t::features_t() {
|
|||
features_t features_t::global_features;
|
||||
|
||||
const features_t::metadata_t features_t::metadata[features_t::flag_count] = {
|
||||
{stderr_nocaret, L"stderr-nocaret", L"3.0", L"^ no longer redirects stderr", true, true /* read-only */},
|
||||
{stderr_nocaret, L"stderr-nocaret", L"3.0", L"^ no longer redirects stderr (historical, can no longer be changed)", true, true /* read-only */},
|
||||
{qmark_noglob, L"qmark-noglob", L"3.0", L"? no longer globs", false, false},
|
||||
{string_replace_backslash, L"regex-easyesc", L"3.1", L"string replace -r needs fewer \\'s",
|
||||
true, false},
|
||||
|
|
|
@ -53,7 +53,7 @@ eval test_function
|
|||
|
||||
# Future Feature Flags
|
||||
status features
|
||||
#CHECK: stderr-nocaret on 3.0 ^ no longer redirects stderr
|
||||
#CHECK: stderr-nocaret on 3.0 ^ no longer redirects stderr (historical, can no longer be changed)
|
||||
#CHECK: qmark-noglob off 3.0 ? no longer globs
|
||||
#CHECK: regex-easyesc on 3.1 string replace -r needs fewer \'s
|
||||
#CHECK: ampersand-nobg-in-token on 3.4 & only backgrounds if followed by a separator
|
||||
|
|
Loading…
Reference in New Issue
Block a user