commit | 71137fed4d77e985d49ca32c79f030512767b8ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 03 20:47:21 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 03 20:47:21 2018 +0100 |
tree | 0b81e0745769bd0b5428baa8d03080ab026d74c7 | |
parent | 069dafc1ded60d9ee0fee4bcecce78ac8a235d87 [diff] |
patch 8.0.1562: the terminal debugger can't set a breakpoint with the mouse Problem: The terminal debugger can't set a breakpoint with the mouse. Solution: Add popup menu entries.
diff --git a/src/version.c b/src/version.c index ae51d72..200ed6f 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1562, +/**/ 1561, /**/ 1560,