patch 8.2.3027: Vim9: breakpoint in compiled function not always checked

Problem:    Vim9: breakpoint in compiled function not always checked.
Solution:   Check for breakpoint when calling compiled function from compiled
            function.
This commit is contained in:
Bram Moolenaar
2021-06-20 20:09:42 +02:00
parent 4f8f54280f
commit 2ac4b2536a
3 changed files with 27 additions and 0 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3027,
/**/
3026,
/**/