Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
fixes #122
  • Loading branch information
kassio committed Apr 16, 2014
1 parent c140aff commit ad919da
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 @@ -66,7 +66,7 @@ function! s:Ack(cmd, args)
let l:ackprg_run = g:ackprg
if s:ackprg_version >= 2
let l:ackprg_run .= ' -s'
if a:cmd =~# '-g$' &&
if a:cmd =~# '-g$'
" remove arguments that conflict with -g
let l:ackprg_run = substitute(l:ackprg_run, '-H\|--column', '', 'g')
end
Expand Down

0 comments on commit ad919da

Please sign in to comment.