commit | aa9675a61d510c4a56c3845d05b32b1ef780d119 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 17 21:57:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 17 21:57:09 2020 +0200 |
tree | 3aa6d8244903bfb4a7e20b4b4642f0cb8967cd41 | |
parent | 36967b32fd02eaab4273c1a1e7a1210a5fe45d09 [diff] |
patch 8.2.1476: filetype test fails on MS-Windows Problem: Filetype test fails on MS-Windows. Solution: Remove "^" from pattern.
diff --git a/src/version.c b/src/version.c index 83af396..734d2ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1476, +/**/ 1475, /**/ 1474,