commit | 4515bcdec8f3ba54f9d671cc37b9c9b3e19ea999 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 03 18:21:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 03 18:21:04 2020 +0200 |
tree | f4fd49808b7aeeb21c16843e4736983a01ed8ac7 | |
parent | 7779ee30d912e9dd5bd2371f8b27057bd249d53c [diff] [blame] |
patch 8.2.0692: startup test fails on MS-Windows Problem: Startup test fails on MS-Windows. Solution: Allow for any path.
diff --git a/src/version.c b/src/version.c index abfade8..f87cc8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 692, +/**/ 691, /**/ 690,