commit | 047a7019b293918343998ccbdfabd48c771f5eef | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Apr 16 20:42:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 20:42:40 2022 +0100 |
tree | 85d098afb20c2f40b01bb25c31fa593ae5c9081a | |
parent | d2edee5cf3bd1eb69d88a12bcab33fc4228e83c0 [diff] [blame] |
patch 8.2.4765: function matchfuzzy() sorts too many items Problem: Function matchfuzzy() sorts too many items. Solution: Only put matches in the array. (Yegappan Lakshmanan, closes #10208)
diff --git a/src/version.c b/src/version.c index ad301a8..d4410d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4765, +/**/ 4764, /**/ 4763,