commit | 912bfee71041fce0902bbcb649faf247519ec400 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 20:18:55 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 20:18:55 2023 +0000 |
tree | efebe3c414a8fd308658a26a8c72233471a6fdfc | |
parent | 32517c4c14ed3f9240fcd5b7c01d0ca2e586f7e4 [diff] [blame] |
patch 9.0.1204: expression compiled the wrong way after using an object Problem: Expression compiled the wrong way after using an object. Solution: Generate constants before getting the type.
diff --git a/src/version.c b/src/version.c index f36b666..95b92e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1204, +/**/ 1203, /**/ 1202,