mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-06 06:01:14 -03:00
This should prevent occurrences of the search string from being found in other locations (e.g. in a comment). The whole approach of string extraction from Rust sources is sketchy, but this at least prevents producing garbage when the content of a string appears somewhere else unquoted.