From de3f4a471c304ad30b06d7142c06c0027f25b204 Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Thu, 23 Mar 2017 22:31:36 +0100 Subject: [PATCH] Remove statement about never supporting multiline search After [this comment](https://github.com/BurntSushi/ripgrep/issues/176#issuecomment-287240086) it seems like the statement about never supporting multiline search should be removed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cae90498..01388072d 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ give you a glimpse at some important downsides or missing features of supported.) * `ripgrep` doesn't yet support searching compressed files. (Likely to be supported in the future.) -* `ripgrep` doesn't have multiline search. (Unlikely to ever be supported.) +* `ripgrep` doesn't have multiline search. In other words, if you like fancy regexes, searching compressed files or multiline search, then `ripgrep` may not quite meet your needs (yet).