commit | 85683ec620be199d63af3b0542a03eeb72b08fb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 22:35:02 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 22:35:02 2020 +0100 |
tree | eb8d86c4ed0e8b5d5153f1c61aa1506c954e8f28 | |
parent | e0807ea4a715334bd9a4795d98cad6e7925b5281 [diff] [blame] |
patch 8.2.0290: running individual test differs from all tests Problem: Running individual test differs from all tests. Solution: Pass on environment variables. (Yee Cheng Chin, closes #5672)
diff --git a/src/version.c b/src/version.c index 75e02ff..58b84d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 290, +/**/ 289, /**/ 288,