commit | e94260f3582cf928cc59e792b3b6ede57794a4a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 15:50:12 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 15:50:12 2017 +0100 |
tree | d2f1744eca09a66f39aefa0e0974f8612d1c1b13 | |
parent | 3ff2f09525e3461419886763efa1a01f08882d8c [diff] [blame] |
patch 8.0.0498: two autocmd tests are skipped on MS-Windows Problem: Two autocmd tests are skipped on MS-Windows. Solution: Make the test pass on MS-Windows. Write the messages in a file instead of getting the output of system().
diff --git a/src/version.c b/src/version.c index 88fd23d..ba8ff84 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 498, +/**/ 497, /**/ 496,