commit | 4635e11c6bd63d8be90a2d9455802c6e7bde28f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 07 21:05:18 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 07 21:05:18 2017 +0200 |
tree | 2be7ba8d2360c0d389d9b04362c045ba2b7e2a16 | |
parent | 75f69e5a183e00cb5aa05d43c1ecf3b7dead7a98 [diff] [blame] |
patch 8.0.1181: tests using Vim command fail on MS-Windows Problem: Tests using Vim command fail on MS-Windows. Solution: Do not add quotes around the Vim command.
diff --git a/src/version.c b/src/version.c index 21e9e00..0ca3f05 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1181, +/**/ 1180, /**/ 1179,