Open
Description
NVIM version: v0.6.1
vim-grepper version: 2b93535
OS: Mac 12.3.1
git: 2.33.0
I've been using this option for a while but I've noticed it's stopped working recently:
noremap <c-g> :Grepper -cword -noprompt<CR>
If run this command Grepper -cword
, I get:
git grep -nGI> '\\bnoremap\\b'
When I press enter, it won't match with any record
If run it again and this time, remove one set of \
like this:
git grep -nGI> '\bnoremap\b'
it finds all the matches.
Metadata
Metadata
Assignees
Labels
No labels