rking / ag.vim

Vim plugin for the_silver_searcher, 'ag', a replacement for the Perl module / CLI script 'ack'
1.74k stars 131 forks source link

Highlight implicit (under cursor) search #125

Open rcoppolo opened 8 years ago

rcoppolo commented 8 years ago

Previously :Ag would implicitly search for what was under the cursor, but not highlight the search even if let g:ag_highlight=1 was set.

Let me know if there is a better way to fix this!