commit | 574950dfb1d353f094463b709e39544ebf8fcdcd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 03 19:08:50 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 03 19:08:50 2023 +0000 |
tree | 373b4e15d3a41dc6641a33ffb1de2282d2743392 | |
parent | 46ab925937d04c208d905cfb50bd8ffcae11e466 [diff] [blame] |
patch 9.0.1140: cannot call an object method in a compiled function Problem: Cannot call an object method in a compiled function. Solution: Compile the instructins to invoke an object method.
diff --git a/src/version.c b/src/version.c index 9e06cd4..bc0d3fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1140, +/**/ 1139, /**/ 1138,