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

On converting regex, escape special character that is literal but special when escaped in Vim regex

Open Konfekt opened this issue 5 years ago • 0 comments

If g:grepper.searchreg is set and grepper-tools-keys.escape contains a character which in a magic Vim regex is literal but special when escaped, for example {, then escape this character when changing to a Vim regexp (as documented by :help g:grepper.searchreg).

PS: As the submitted issues tell, I am an avid user of this helpful plug-in, thank you!

Konfekt avatar Jan 26 '20 10:01 Konfekt