commit | 2d0b92f8f9f765f2707a98a3493903f895c87c7f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 21:09:43 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 21:09:43 2012 +0200 |
tree | 1f410f309e026c55eb670643b2fc6a9870155371 | |
parent | 5ae636b9bbcb6ac851cdf6910c0e6b8e1b79ed76 [diff] [blame] |
updated for version 7.3.515 Problem: 'wildignorecase' only applies to the last part of the path. Solution: Also ignore case for letters earlier in the path.
diff --git a/src/version.c b/src/version.c index e5a7fd9..317a2d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 515, +/**/ 514, /**/ 513,