commit | c6f9f739d32084923c3031cbf6f581f8c8bf7fd2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 11 19:06:26 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 11 19:06:26 2018 +0100 |
tree | 4f20ee6cbf98f72b164337f14251020ecc07d410 | |
parent | c33ecb291518044f661c5fc10b704fc718321794 [diff] [blame] |
patch 8.0.1505: debugger can't break on a condition Problem: Debugger can't break on a condition. (Charles Campbell) Solution: Add ":breakadd expr". (Christian Brabandt, closes #859)
diff --git a/src/version.c b/src/version.c index 968f1e0..cb7ba18 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1505, +/**/ 1504, /**/ 1503,