mhinz / vim-grepper

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

unescape characters Grep Tool treats as special but Vim as literal #251

Open Konfekt opened 3 years ago

Konfekt commented 3 years ago

addresses https://github.com/mhinz/vim-grepper/issues/224

Konfekt commented 3 years ago

One could think about using very magic for the Vim search expression to economize much of this (un)escaping.

Konfekt commented 2 years ago

Anything left to be done? This is useful, for example, if one searched with vim-grepper for lines that match a regular expression containing \b and then wants to jump to the matches in the quickfix list.

Konfekt commented 2 years ago

Good evening @mhinz, @jez or @ddeville, would one of you mind taking a look at this PR that should ease searching for the grepped string in the obtained quickfix list? At this occasion, how about @mmrwoods 's one as well?