Wrong highlight for wildcards in input redirection #2789
Labels
bug
Something that's not working as intended
release notes
Something that is or should be mentioned in the release notes
Milestone
Reproduction steps:
cat < /dev/ur*ndom
)Expected behaviour
fish should highlight
/dev/ur*ndom
with$fish_color_redirection
or don't execute command correctlyObserved behaviour
fish highlights
/dev/ur*ndom
with$fish_color_error
but executes command correctlyAdditional information
The text was updated successfully, but these errors were encountered: