commit | 9be0e0b9d31e42d0074527a7789836087475142a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 16:25:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 16:25:00 2019 +0200 |
tree | 108dd8632653767cfb5c3a62431d31b2fe3a320b | |
parent | 1a613398068580ca1286ac2ed920f20c978aa662 [diff] [blame] |
patch 8.1.2093: MS-Windows: system() test fails Problem: MS-Windows: system() test fails. Solution: Expect CR when using systemlist().
diff --git a/src/version.c b/src/version.c index 057a6f7..db2831b 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2093, +/**/ 2092, /**/ 2091,