commit | f6c177ab3acda131d693f2cab0796df16da5b732 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 04 17:38:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 04 17:38:00 2020 +0100 |
tree | 56596cce8a72076784d7f6328b5d3a75dce12b9f | |
parent | 21e51221f2c4f301912a5d59c748351b02c3df9e [diff] [blame] |
patch 8.2.2088: Vim9: script test sometimes fails Problem: Vim9: script test sometimes fails. Solution: Unlet variables.
diff --git a/src/version.c b/src/version.c index 3517510..36aa840 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2088, +/**/ 2087, /**/ 2086,