commit | a15b0a936d2013e99e9323da9b920a5d93e4fb5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 22:34:46 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 22:34:46 2018 +0200 |
tree | 950fe89d002a84d96c1320d6e10fb8347b360675 | |
parent | 5319191a2a726c18a153ee53e9fac506340d16c7 [diff] |
patch 8.1.0089: error when ending the terminal debugger Problem: error when ending the terminal debugger Solution: Fix deleting defined signs for breakpoints. Make the debugger work better on MS-Windows.
diff --git a/src/version.c b/src/version.c index 9a1fbc6..d49516e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 89, +/**/ 88, /**/ 87,