vim-grepper icon indicating copy to clipboard operation
vim-grepper copied to clipboard

unescape characters Grep Tool treats as special but Vim as literal

Open Konfekt opened this issue 4 years ago • 3 comments

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

Konfekt avatar Aug 27 '21 07:08 Konfekt

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

Konfekt avatar Aug 27 '21 10:08 Konfekt

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 avatar Nov 07 '21 20:11 Konfekt

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?

Konfekt avatar Mar 12 '22 06:03 Konfekt