mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-06 18:21:39 +08:00

- Check for special characters *before* attempting to parse - Also ignore lines with `{` and `*` - Also skip lines with `<<` because that might be a heredoc (or a - `<<<` herestring) Fixes #7874.