diff --git a/autoload/ag.vim b/autoload/ag.vim index 432ef444..f5318019 100644 --- a/autoload/ag.vim +++ b/autoload/ag.vim @@ -151,7 +151,7 @@ function! ag#Ag(cmd, args) " If highlighting is on, highlight the search keyword. if exists('g:ag_highlight') - let @/ = matchstr(a:args, "\\v(-)\@", 'n') end