commit | 97d62d4321df358665e2e6504aad8ac2ba7fd841 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 22:53:57 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 22:53:57 2017 +0100 |
tree | 3eac3ee449166361d9e4485854c40d73c7c22428 | |
parent | c011a3d083001bcd9853b4447422f1819f3cee2f [diff] [blame] |
patch 8.0.0197: system() test skips some parts for MS-Windows Problem: On MS-Windows the system() test skips a few parts. Solution: Swap single and double quotes for the command.
diff --git a/src/version.c b/src/version.c index b0f1c22..71c0450 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 197, +/**/ 196, /**/ 195,