mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:26:33 +08:00
qmark-noglob: Set group back
These are the version the flag was *introduced*, so they should stay the same over the lifetime of the flag.
This commit is contained in:
parent
ac9c5ed1b2
commit
bfc17079be
|
@ -62,7 +62,7 @@ pub const METADATA: &[FeatureMetadata] = &[
|
|||
FeatureMetadata {
|
||||
flag: FeatureFlag::qmark_noglob,
|
||||
name: L!("qmark-noglob"),
|
||||
groups: L!("3.8"), // TODO: Decide if this is 3.8 or 4.0 at some later date
|
||||
groups: L!("3.0"),
|
||||
description: L!("? no longer globs"),
|
||||
default_value: true,
|
||||
read_only: false,
|
||||
|
|
|
@ -54,7 +54,7 @@ eval test_function
|
|||
# Future Feature Flags
|
||||
status features
|
||||
#CHECK: stderr-nocaret on 3.0 ^ no longer redirects stderr (historical, can no longer be changed)
|
||||
#CHECK: qmark-noglob on 3.8 ? no longer globs
|
||||
#CHECK: qmark-noglob on 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
|
||||
status test-feature stderr-nocaret
|
||||
|
|
Loading…
Reference in New Issue
Block a user