vim-grepper
vim-grepper copied to clipboard
Failed to catch the filename when grepping a file(NOT folder) with gnu-grep
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",||