1
0
forked from aniani/vim

patch 8.2.4671: 'wildignorecase' is sometimes not used for glob()

Problem:    'wildignorecase' is sometimes not used for glob().
Solution:   Also use 'wildignorecase' when there are no wildcards.
            (closes #10066, closes #8350)
This commit is contained in:
LemonBoy
2022-04-03 11:58:31 +01:00
committed by Bram Moolenaar
parent 72bb47e38f
commit a3157a476b
3 changed files with 10 additions and 6 deletions

View File

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