Open rcoppolo opened 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.
:Ag
let g:ag_highlight=1
Let me know if there is a better way to fix this!
Previously
:Ag
would implicitly search for what was under the cursor, but not highlight the search even iflet g:ag_highlight=1
was set.Let me know if there is a better way to fix this!