Skip to content

Commit

Permalink
add a link for ack documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kassio committed Mar 12, 2014
1 parent c75839d commit 6014eca
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,8 @@ Just like where you use :grep, :grepadd, :lgrep, and :lgrepadd, you can use
`:Ack`, `:AckAdd`, `:LAck`, and `:LAckAdd` respectively.
(See `doc/ack.txt`, or install and `:h Ack` for more information.)

**From the [ack docs](http://beyondgrep.com/)** (my favorite feature):

--type=TYPE, --type=noTYPE

Specify the types of files to include or exclude from a search. TYPE is
a filetype, like perl or xml. --type=perl can also be specified as
--perl, and --type=noperl can be done as --noperl.

If a file is of both type "foo" and "bar", specifying --foo and --nobar
will exclude the file, because an exclusion takes precedence over an
inclusion.

Type specifications can be repeated and are ORed together.

See ack --help=types for a list of valid types.
For more ack options see
[ack documentation](http://beyondgrep.com/documentation/)

### Keyboard Shortcuts

Expand Down

0 comments on commit 6014eca

Please sign in to comment.