Open sihunqu123 opened 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",||
Grepper works well with folder:
While works bad with file:
which will produce a quickfix like(noticed that filename is not captured):