commit | db9ff9ab5d7ce1fcc2c4106e7ad49151a323996c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 01 17:38:01 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 01 17:38:01 2021 +0000 |
tree | 1350ceab93989980581bc2b3511de6d5fc2a7a1a | |
parent | e4eed8c6db693a9183b776032570ce2f89dcffb6 [diff] [blame] |
patch 8.2.3717: Vim9: error for constant list size is only given at runtime Problem: Vim9: error for constant list size is only given at runtime. Solution: Give the error at compile time if possible.
diff --git a/src/version.c b/src/version.c index 5724eec..c5e5f6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3717, +/**/ 3716, /**/ 3715,