commit | 20586cb4f4d516a60b96cc02a94b810fea8b8cdb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 08 22:03:14 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 08 22:03:14 2018 +0100 |
tree | b82b3c2a1ae3e9204eccd1b098e72f8382740c72 | |
parent | 1a840240376f2858d489736f9eed6d2975225fdf [diff] [blame] |
patch 8.0.1591: MS-Windows: when reparsing the arguments 'wildignore' matters Problem: MS-Windows: when reparsing the arguments 'wildignore' matters. Solution: Save and reset 'wildignore'. (Yasuhiro Matsumoto, closes #2702)
diff --git a/src/version.c b/src/version.c index 21b9cdc..f4e7e73 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1591, +/**/ 1590, /**/ 1589,