commit | 8dbab1d8ceb82a0fb693a1b7fcb57a2dfb4de068 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 27 20:14:02 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 27 20:14:02 2023 +0000 |
tree | d4e6d32b34dcfbd00784c297ff1139079eb47f44 | |
parent | 657aea7fc47fb919ce76fad64ba0ec55a1af80f1 [diff] [blame] |
patch 9.0.1250: cannot use an object method with :defer Problem: Cannot use an object method with :defer. (Ernie Rael) Solution: Find the object method and generate code to call it. (closes #11886)
diff --git a/src/version.c b/src/version.c index cb304ed..0c31039 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1250, +/**/ 1249, /**/ 1248,