commit | 446cce6d537b036467033975a86729dbdc83f860 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 21:37:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 21:37:27 2016 +0200 |
tree | d34d8f9fe98a568330f94270680696a392731764 | |
parent | 5b4a3767f6d1760ba1ce103ef3cffb696ece0244 [diff] [blame] |
patch 7.4.2169 Problem: Startup test gets stuck on MS-Windows. Solution: Use double quotes.
diff --git a/src/version.c b/src/version.c index 1b55e4f..e57e0fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2169, +/**/ 2168, /**/ 2167,