Files
fish-config/functions
rootiest 63fc4bb6be fix(config_help): normalize keyword and heading before matching
The previous grep pattern required an exact substring match, so
"keybindings" failed to match the heading "KEY BINDINGS". Normalize
both the user keyword and each heading line by stripping all
non-alphanumeric characters and lowercasing before comparing, so
"keybindings" → "keybindings" matches "KEY BINDINGS" → "keybindings",
"fish-deps" matches "fish-deps", etc.
2026-06-06 03:39:53 -04:00
..