commit | 2b59df00d80ea8d2c0fcf4f4ae9a018c1790206f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 22 15:14:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 22 15:14:25 2021 +0200 |
tree | 41a0709dbefac22013cd3282d5e53465a86008a1 | |
parent | 7a3fe3e180bdbce8f193abdf399559c5154bdaae [diff] [blame] |
patch 8.2.3201: crash in test Problem: Crash in test. Solution: Initialize "where".
diff --git a/src/version.c b/src/version.c index 02469ed..8d726e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3201, +/**/ 3200, /**/ 3199,