mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-13 04:41:15 -03:00
Unfortunately this has both stopwords and a length limit, and things like "and" just are tough to search. So what we do is leave everything as it is, but when a search fails, we show a list of things that are hard to search for, currently that's "and", "for", "if" and such. Fixes #7757.