commit | b69c6fb7b423ddc4578b093cb19257cad459dfae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 14 20:40:37 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 14 20:40:37 2021 +0200 |
tree | 609d4100420eca145bc91dad37fefde05500475d | |
parent | 90478f35a8c78e2e10a4b4a8f135998dc04c91fa [diff] [blame] |
patch 8.2.2996: Vim9: when debugging cannot inspect local variables Problem: Vim9: when debugging cannot inspect local variables. Solution: Make local variables available when debugging.
diff --git a/src/version.c b/src/version.c index b146efb..29018a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2996, +/**/ 2995, /**/ 2994,