commit | 37402ed53475166cd988edbea1269fa4e9918dc4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 09 15:53:01 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 09 15:53:01 2018 +0100 |
tree | 44f846cd5fb8f62237879832e22fbc57552529d4 | |
parent | 4af7259b2b35e85c590d54908fcd248d2c733be8 [diff] [blame] |
patch 8.1.0575: Termdebug: clearing multi-breakpoint does not work Problem: Termdebug: clearing multi-breakpoint does not work. Solution: Delete all X.Y breakpoints. Keep more information about placed breakpoints. (Ozaki Kiichi, closes #3641)
diff --git a/src/version.c b/src/version.c index 45d1858..981d918 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 575, +/**/ 574, /**/ 573,