commit | 60e73f2acc890f07056fa1bea8dbe89d26918b3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 12 18:02:06 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 12 18:02:06 2017 +0100 |
tree | 66e14da8fe3784eb2f4dd1756f22a314fdbe244b | |
parent | d327b0c68fa9b32877123f77560f4521a9eb39db [diff] [blame] |
patch 8.0.1293: setting a breakpoint in the terminal debugger sometimes fails Problem: Setting a breakpoint in the terminal debugger sometimes fails. Solution: Interrupt the program if needed. Set the interface to async.
diff --git a/src/version.c b/src/version.c index f63b186..871a0e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1293, +/**/ 1292, /**/ 1291,