mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 04:41:15 -03:00
Add a qmark-noglob feature flag
This adds a feature flag for controlling whether question marks are globs. It is not yet hooked up.
This commit is contained in:
@@ -12,6 +12,7 @@ features_t &mutable_fish_features() { return 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"},
|
||||
{qmark_noglob, L"qmark-noglob", L"3.0", L"? no longer globs"},
|
||||
};
|
||||
|
||||
const struct features_t::metadata_t *features_t::metadata_for(const wchar_t *name) {
|
||||
|
||||
Reference in New Issue
Block a user