Skip to content

Commit

Permalink
Fix typo in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gavruk committed May 15, 2014
1 parent ca345fe commit 8f5110e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ Example:
let g:ackprg = "other-bin-ack"
<

g:ack_default_options*
*g:ack_default_options*
g:ack_default_options
Default: " -s -H --nocolor --nogroup --column"

Use this option to specify the options used by ack

Example:
>
let g:ackprg =
let g:ack_default_options =
\ " -s -H --nocolor --nogroup --column --smart-case --follow"
<

Expand Down

0 comments on commit 8f5110e

Please sign in to comment.