mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:37:59 +08:00
Fit status feaetures in 80 columns
This commit is contained in:
parent
68ee2ff9f3
commit
b05757ee56
|
@ -21,7 +21,7 @@ const features_t::metadata_t features_t::metadata[features_t::flag_count] = {
|
|||
{string_replace_backslash, L"regex-easyesc", L"3.1", L"string replace -r needs fewer \\'s",
|
||||
false},
|
||||
{ampersand_nobg_in_token, L"ampersand-nobg-in-token", L"3.4",
|
||||
L"& only backgrounds if followed by a separating character", false},
|
||||
L"& only backgrounds if followed by a separator", false},
|
||||
};
|
||||
|
||||
const struct features_t::metadata_t *features_t::metadata_for(const wchar_t *name) {
|
||||
|
|
|
@ -56,7 +56,7 @@ status features
|
|||
#CHECK: stderr-nocaret on 3.0 ^ no longer redirects stderr
|
||||
#CHECK: qmark-noglob off 3.0 ? no longer globs
|
||||
#CHECK: regex-easyesc off 3.1 string replace -r needs fewer \'s
|
||||
#CHECK: ampersand-nobg-in-token off 3.4 & only backgrounds if followed by a separating character
|
||||
#CHECK: ampersand-nobg-in-token off 3.4 & only backgrounds if followed by a separator
|
||||
status test-feature stderr-nocaret
|
||||
echo $status
|
||||
#CHECK: 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user