From b8fc738ddeaf003b369bf938bd0cc1fbbb2c7605 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 6 Aug 2018 21:52:15 -0700 Subject: [PATCH] Added note about most matches [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ce19c..716de87 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ Option | Matches | Example `:text_middle` | any part of text | `een app` matches `green apple` `:text_end` | end of text | `ple` matches `green apple`, `een` does not match -The default is `:word`. +The default is `:word`. The most matches will happen with `:word_middle`. ### Exact Matches -- libgit2 0.21.0