Open aktau opened 10 years ago
I'm pretty sure this changed after last time I upgraded the_silver_searcher, so it seems like a regression. It used to pick up -i fine. (Things that I was doing via muscle memory no longer behaved like I expected them to)
So this is an intentional feature introduced in #303, -i
now makes the filename pattern insensitive.
This is pretty confusing - I'd rather it was separate option (-I
instead of -G
, or something along those lines) than make -i
suddenly do something else based on its position on the command line. (cc @ggreer)
There's also nothing in --help
to indicate this change of behavior.
Here's an example:
I don't know if that's intentional or not.