commit | e9f9f16387554e5b34ba42ce00c42c28dd66af58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 20 19:01:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 20 19:01:30 2020 +0200 |
tree | ae00de3d74be30a34cd5b4e7a704481789719a3d | |
parent | c95940c06a125d3afe6516f11f8b2f5697a6b3b9 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 48f7273..dd34356 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1872, +/**/ 1871, /**/ 1870,