Skip to content

Commit

Permalink
README was FAIL. Better now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mileszs committed Jan 20, 2009
1 parent 6fa3020 commit 5bdfea3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ afterwards.

Search recursively in {directory} (which defaults to the current directory) for the {pattern}.

Files containing the search term will be listed in the split window, along with
the line number of the occurrence, once for each occurrence. <Enter> on a line
in this window will open the fail, and place the cursor on the matching line.

**From the [ack docs](http://search.cpan.org/~petdance/ack/ack)** (my favorite feature):

<pre><code>
<pre>
<code>
--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.
Expand All @@ -33,11 +38,8 @@ Search recursively in {directory} (which defaults to the current directory) for
Type specifications can be repeated and are ORed together.

See ack --help=types for a list of valid types.
</pre></code>

Files containing the search term will be listed in the split window, along with
the line number of the occurrence, once for each occurrence. <Enter> on a line
in this window will open the fail, and place the cursor on the matching line.
</code>
</pre>

This Vim plugin is derived (and by derived, I mean copied, essentially) from
Antoine Imbert's blog post [Ack and Vim
Expand Down

0 comments on commit 5bdfea3

Please sign in to comment.