ag.vim
ag.vim copied to clipboard
Strip pattern atoms added by `gd` in AgFromSearch when --literal is present
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.