0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.2.4465: fuzzy completion does not order matches properly

Problem:    Fuzzy completion does not order matches properly.
Solution:   Do not use regular expression match. (Yegappan Lakshmanan,
            closes #9843)
This commit is contained in:
Yegappan Lakshmanan
2022-02-25 15:24:24 +00:00
committed by Bram Moolenaar
parent 4d56b971cb
commit 5ec633b9b0
4 changed files with 67 additions and 37 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4465,
/**/
4464,
/**/