commit | 4f8f54280fa728b7d5a63b67d02b60a3b3dce543 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 20 19:28:14 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 20 19:28:14 2021 +0200 |
tree | 962b41838e72571485245ed05d17dab53e0b5bfd | |
parent | 0d5e1ec37fbe75e18acba6f650c59bf91063108c [diff] [blame] |
patch 8.2.3026: Vim9: cannot set breakpoint in compiled function Problem: Vim9: cannot set breakpoint in compiled function. Solution: Check for breakpoint when calling a function.
diff --git a/src/version.c b/src/version.c index 961238b..6fe8fa4 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3026, +/**/ 3025, /**/ 3024,