commit | 9ce47ec0b65f81358febacbd9b808ac8ef7af85c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 20 22:16:39 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 20 22:16:39 2021 +0200 |
tree | 8fa0092fcaf1c7c287f3d0aec2aaa8102fdfde44 | |
parent | 5c787fb7928c4cc1e7d6eec0be1bbd63d903cc8d [diff] [blame] |
patch 8.2.2792: Vim9: :disas shows instructions for default args but no text Problem: Vim9: :disas shows instructions for default args but no text. Solution: Show the expression test above the default argument instructions. (closes #8129)
diff --git a/src/version.c b/src/version.c index fa2dfae..01ec9a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2792, +/**/ 2791, /**/ 2790,