commit | a3157a476bfa8c3077d510cc8400093c0d115df5 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sun Apr 03 11:58:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 11:58:31 2022 +0100 |
tree | 0901d5e5d41710e7651f477f6ad756ce07753a3e | |
parent | 72bb47e38f6805050ed6d969f17591bed71f83d4 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 487a134..c6111fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4671, +/**/ 4670, /**/ 4669,