Skip to content

Commit

Permalink
Issue fix rking#84
Browse files Browse the repository at this point in the history
Fix to highlight works with quotes and doubles quotes
  • Loading branch information
kassio committed Mar 11, 2014
1 parent 07d1707 commit bb4de9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/ack.vim
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function! s:Ack(cmd, args)

" If highlighting is on, highlight the search keyword.
if exists("g:ackhighlight")
let @/=a:args
let @/ = substitute(a:args,'["'']','','g')
set hlsearch
end

Expand Down

0 comments on commit bb4de9f

Please sign in to comment.