From b05757ee56d8db80dc0a0eddddb8921d92ced04c Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Mon, 13 Dec 2021 01:22:10 -0800 Subject: [PATCH] Fit status feaetures in 80 columns --- src/future_feature_flags.cpp | 2 +- tests/checks/status.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/future_feature_flags.cpp b/src/future_feature_flags.cpp index 15a5b6b92..4ec30cf09 100644 --- a/src/future_feature_flags.cpp +++ b/src/future_feature_flags.cpp @@ -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) { diff --git a/tests/checks/status.fish b/tests/checks/status.fish index 1015ee1ab..924f1caef 100644 --- a/tests/checks/status.fish +++ b/tests/checks/status.fish @@ -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