commit | c7d5fc8622f03cca8d1a9a54d4703e8f0c9941d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 17:20:24 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 17:20:24 2021 +0000 |
tree | 3b42a9e1c84f60fd992e8e8834bf88ff886b27fa | |
parent | f661cee847d2c17652b0ad0d703d2e3ac8610265 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 54baf7b..0d00f20 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3746, +/**/ 3745, /**/ 3744,