ag.vim icon indicating copy to clipboard operation
ag.vim copied to clipboard

Strip pattern atoms added by `gd` in AgFromSearch when --literal is present

Open losingkeys opened this issue 11 years ago • 0 comments

e.g. remove \< and \> and \V (maybe only if they're at the start/end of the string?) when -l or --literal is present.

Something similar is already being done for -g (file search), so I think this makes sense.

losingkeys avatar Jul 02 '14 23:07 losingkeys