commit | 094cf9f4d588b1c29f4e35c4ccbf8505510569fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 10 15:52:25 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 10 15:52:25 2023 +0000 |
tree | 27fcdc38750a9f3bda0c420ac82fa1ca89e7d950 | |
parent | 6c41bedeed2a1f98fb9c55ff85634138782ad92a [diff] [blame] |
patch 9.0.1296: calling an object method with arguments does not work Problem: Calling an object method with arguments does not work. (Ernie Rael) Solution: Take the argument count into account when looking up the object. (closes #11911)
diff --git a/src/version.c b/src/version.c index 0f259bc..4213800 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1296, +/**/ 1295, /**/ 1294,