diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-14 19:38:36 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-14 19:38:36 +0100 |
commit | fad609d067926d350b4e4ee6ecb55bdbf111a272 (patch) | |
tree | ab69f5f8f9b958c6f60b80399c79b03b09245b31 /src/version.c | |
parent | 2b7bc567b9238aaac682236cb4f727d0376e1302 (diff) | |
download | vim-fad609d067926d350b4e4ee6ecb55bdbf111a272.zip |
patch 8.0.0185: system() test fails on MS-Windows
Problem: The system() test fails on MS-Windows.
Solution: Skip the test on MS-Windows.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index be361f5c4..d5fa5495e 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 185, +/**/ 184, /**/ 183, |