commit | 6bc30b05e6081bcaece6d1a7fcfca238ea5a194f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 16 19:19:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 16 19:19:55 2021 +0200 |
tree | 32f3fdd08c680d474aaa761cc289ee6cd6238038 | |
parent | 41a7f82dea525b3398bf372cbb9c268455845800 [diff] [blame] |
patch 8.2.3011: Vim9: cannot get argument values during debugging Problem: Vim9: cannot get argument values during debugging. Solution: Lookup names in the list of arguments. Put debug instruction halfway for command.
diff --git a/src/version.c b/src/version.c index 9198e2c..dbb6d7e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3011, +/**/ 3010, /**/ 3009,