commit | 29891c4ed4a7d08af1ba1628933a387adf5c1555 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 18:00:12 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 18:00:12 2017 +0100 |
tree | 4db04e5d4a8e65e020dacd1199d8cb469d8801eb | |
parent | aaeabfbca571e24a29925dacf104e21dc251a771 [diff] [blame] |
patch 8.0.0145: running tests on MS-Windows is noisy Problem: Running tests on MS-Windows is a little bit noisy. Solution: Redirect some output to "nul". (Ken Takata)
diff --git a/src/version.c b/src/version.c index 78717e1..c3c33dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 145, +/**/ 144, /**/ 143,