1
0
forked from aniani/vim

patch 8.2.3746: cannot disassemble function starting with "debug" or "profile"

Problem:    Cannot disassemble function starting with "debug" or "profile".
Solution:   Check for white space following. (closes #9273)
This commit is contained in:
Bram Moolenaar
2021-12-05 17:20:24 +00:00
parent f661cee847
commit c7d5fc8622
3 changed files with 39 additions and 2 deletions

View File

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