nvim-telescope / telescope-live-grep-args.nvim

Live grep with args
726 stars 40 forks source link

rg invert-match emits nil:nil or empty #65

Open hongxuchen opened 1 year ago

hongxuchen commented 1 year ago

When the searched pattern is quoted and -v arg is added for invert-match, lga reports nil:nil; when no quotation is around, no results are emitted.

image image

Clay26 commented 6 months ago

I see the same thing when trying to use the -l argument.

image