mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
b82dad0160
This would crash from the highlighter for something like `PATH={$PATH[echo " "` The underlying cause is that we use "char_at" which panics on overread. So instead this implements try_char_at and then just returns None. |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs |