Closed muffinmad closed 6 years ago
Oh, that was an unintentional change. I guess I was to eager to get rid fo that internal "custom" type. I will revert https://github.com/dajva/rg.el/commit/dafd9e7b44e26de8ee022e7626d47495c05c13ea.
Thanks for the report. That was really fast!
BTW, the problem with your custom alias is the underscore which isn't allowed in type aliases by the rg binary.
Thanks!
Hi!
I used
*
forSearch in files
to search in all but ignored files.After https://github.com/dajva/rg.el/commit/dafd9e7b44e26de8ee022e7626d47495c05c13ea rg doesn't respect my ignore rules because, according to rg man,
--glob
option always overrides any other ignore logic.I've tried create custom type alias like this:
but searching using this type alias gives error:
How can i search in all but ignored files?