commit | 21c16f868d725fffc8fa36620cba33dd5f2ed576 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 16:15:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 16:15:34 2020 +0200 |
tree | e0f56aaf185442016ae1536ffdc095056678a68b | |
parent | 49fe0d6b289ee640cf5c49b1704bbbd641a0237d [diff] [blame] |
patch 8.2.1209: Vim9: test failure Problem: Vim9: test failure. Solution: Add missing changes to hashtab.
diff --git a/src/version.c b/src/version.c index 3997ccf..f49eec9 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1209, +/**/ 1208, /**/ 1207,