commit | 9d19e4f4ba55f8bef18d4991abdf740ff6472dba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 18:31:32 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 18:31:32 2021 +0100 |
tree | c5bd4e0ba05fb3089d3acedee4e32729b2f5c3a4 | |
parent | 508b5618ec0bc6d1edff71e04d99280a2a51df9d [diff] [blame] |
patch 8.2.2280: fuzzy matching doesn't give access to the scores Problem: Fuzzy matching doesn't give access to the scores. Solution: Return the scores with a third list. (Yegappan Lakshmanan, closes #7596)
diff --git a/src/version.c b/src/version.c index a4149c6..4d31dc7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2280, +/**/ 2279, /**/ 2278,