From 6014eca910c5758da4296dbba89573fbdf5e08d8 Mon Sep 17 00:00:00 2001 From: Kassio Borges Date: Wed, 12 Mar 2014 14:53:36 -0300 Subject: [PATCH] add a link for ack documentation --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d508586f..14332b39 100644 --- a/README.md +++ b/README.md @@ -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