Skip to content

Commit

Permalink
Merge pull request rking#89 from kassio/master
Browse files Browse the repository at this point in the history
Issue fix rking#84
  • Loading branch information
kassio committed Mar 11, 2014
2 parents f183a34 + 4ea7c3f commit 420066d
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 @@ -80,7 +80,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 420066d

Please sign in to comment.