I searched the github issues, but find anything that matched.  Perhaps
someone can confirm if they see this behavior.

2.2.0 on mac (via homebrew) and 2.2.0-260-g7fe8a63 on debian:
> touch 1 2 3
> ls 4*
No matches for wildcard '4*'.
fish: ls 4*
         ^
1 2 3
> ls 4* | wc -l
No matches for wildcard '4*'.
fish: ls 4* | wc -l
         ^
       3

Also, what about adding a '-s' option for fish for "safe mode" so it
doesn't read any config, talk to other fish processes etc and comes up
clean and self-contained?  It would be easier to test / reproduce
issues if we can eliminate any user config.

-Andrew

------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to