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

patch 8.2.4475: fuzzy cmdline completion does not work for lower case

Problem:    Fuzzy cmdline completion does not work for lower case.
Solution:   Also use fuzzy completion for lower case input. (Yegappan
            Lakshmanan, closes #9849)
This commit is contained in:
Yegappan Lakshmanan
2022-02-26 11:04:42 +00:00
committed by Bram Moolenaar
parent 5a2d4a3ecb
commit 4df5b33f20
3 changed files with 29 additions and 7 deletions

View File

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