summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-20 19:01:30 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-20 19:01:30 +0200
commite9f9f16387554e5b34ba42ce00c42c28dd66af58 (patch)
treeae00de3d74be30a34cd5b4e7a704481789719a3d /src/version.c
parentc95940c06a125d3afe6516f11f8b2f5697a6b3b9 (diff)
downloadvim-git-e9f9f16387554e5b34ba42ce00c42c28dd66af58.tar.gz
patch 8.2.1872: matchfuzzy() does not prefer sequential matchesv8.2.1872
Problem: Matchfuzzy() does not prefer sequential matches. Solution: Give sequential matches a higher bonus. (Christian Brabandt, closes #7140)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 48f7273e1..dd3435666 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1872,
+/**/
1871,
/**/
1870,