commit | e99d422bbd3e47620915bf89671673f0711671b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 13 14:01:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 13 14:01:26 2021 +0200 |
tree | da9d46ec8f793ae3f70ddcd229bc4a34122a3170 | |
parent | e6174fd58d459722847c76f8c5aa1b08a49c3e0d [diff] [blame] |
patch 8.2.2985: Vim9: a compiled function cannot be debugged Problem: Vim9: a compiled function cannot be debugged. Solution: Add initial debugging support.
diff --git a/src/version.c b/src/version.c index 7f459c2..ad399ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2985, +/**/ 2984, /**/ 2983,