mhinz / vim-grepper

:space_invader: Helps you win at grep.
MIT License
1.22k stars 58 forks source link

Failed to catch the filename when grepping a file(NOT folder) with gnu-grep #247

Open sihunqu123 opened 3 years ago

sihunqu123 commented 3 years ago

Grepper works well with folder:

:Grepper -tool grep -noprompt -quickfix -highlight -grepprg grep -n -i name ./src

While works bad with file:

:Grepper -tool grep -noprompt -quickfix -highlight -grepprg grep -n -i name ./package.json

which will produce a quickfix like(noticed that filename is not captured):

 2:  "name": "bank-demo",||