Skip to content

Commit

Permalink
Clarify searching for whitespace
Browse files Browse the repository at this point in the history
Fixes #221.
  • Loading branch information
rightfold authored and ches committed Nov 5, 2017
1 parent e692cfc commit 6e04746
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ The quickfix results window is augmented with these convenience mappings:

### Gotchas

To search for a pattern that contains whitespace, you need to enclose the
pattern in single quotes. For example: `:Ack 'foo bar'` to search for
'foo bar'.

Some characters have special meaning, and need to be escaped in your search
pattern. For instance, `#`. You need to escape it with `:Ack '\\\#define
foo'` to search for '#define foo'. See [issue #5].
Expand Down

0 comments on commit 6e04746

Please sign in to comment.