commit | 83b3c3d8a0fa1afed06c13163b9f72c0925f2a61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 19:16:43 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 19:16:43 2016 +0200 |
tree | 88657f275142a6e7b63c98ceacf94fec29f85f7f | |
parent | 66459b7c98c67f8a9d39de8f08e8e8f1fca0e359 [diff] [blame] |
patch 7.4.2165 Problem: Startup test fails on MS-Windows. Solution: Don't check output if RunVim() returns zero.
diff --git a/src/version.c b/src/version.c index 142801d..e3ecd93 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2165, +/**/ 2164, /**/ 2163,