commit | de1a83147a28d3db8f9fca415ffc8fa04218eac2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 16:59:54 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 16:59:54 2018 +0200 |
tree | 3def157cf0b870976060aa059ed4224f12ab2083 | |
parent | 8df6e5d4670891608e791244b0c2ec0db387f710 [diff] |
patch 8.1.0080: can't see the breakpoint number in the terminal debugger Problem: Can't see the breakpoint number in the terminal debugger. Solution: Use the breakpoint number for the sign. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 85ffd16..ebcc4ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 80, +/**/ 79, /**/ 78,