commit | 1b0a9dd413c03054f461a01531e010ad739617a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 14 21:32:21 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 14 21:32:21 2021 +0200 |
tree | aa30a3d216e53ad9fb3a350b7956ac72d653bfca | |
parent | 26d711645c12abb29bcaf410b4f02d700f62e799 [diff] [blame] |
patch 8.2.2998: Vim9: disassemble test fails Problem: Vim9: disassemble test fails. Solution: Add missing call to lookup_debug_var().
diff --git a/src/version.c b/src/version.c index ee3db22..05b4a51 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2998, +/**/ 2997, /**/ 2996,