commit | c4e1b86cb0d88fa5ec1141d3c600e026dcc1bc21 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 18:58:23 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 18:58:23 2023 +0000 |
tree | a88b06484d645fbb3e397d9417617f449f98c9d1 | |
parent | 4f026ea9f1ad9db262f0dba522768c84e5ae37b4 [diff] [blame] |
patch 9.0.1357: using null_object results in an internal error Problem: Using null_object results in an internal error. (Ernie Rael) Solution: Add instructions for pushing an object and class. (closes #12044)
diff --git a/src/version.c b/src/version.c index ffe4a85..a85b81c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1357, +/**/ 1356, /**/ 1355,