From e9f9f16387554e5b34ba42ce00c42c28dd66af58 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 20 Oct 2020 19:01:30 +0200 Subject: patch 8.2.1872: matchfuzzy() does not prefer sequential matches Problem: Matchfuzzy() does not prefer sequential matches. Solution: Give sequential matches a higher bonus. (Christian Brabandt, closes #7140) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 48f7273e1..dd3435666 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1872, /**/ 1871, /**/ -- cgit v1.2.1