diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-03-03 20:47:21 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-03-03 20:47:21 +0100 |
commit | 71137fed4d77e985d49ca32c79f030512767b8ce (patch) | |
tree | 0b81e0745769bd0b5428baa8d03080ab026d74c7 /src/version.c | |
parent | 069dafc1ded60d9ee0fee4bcecce78ac8a235d87 (diff) | |
download | vim-git-71137fed4d77e985d49ca32c79f030512767b8ce.tar.gz |
patch 8.0.1562: the terminal debugger can't set a breakpoint with the mousev8.0.1562
Problem: The terminal debugger can't set a breakpoint with the mouse.
Solution: Add popup menu entries.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index ae51d723e..200ed6f2f 100644 --- a/src/version.c +++ b/src/version.c @@ -779,6 +779,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1562, +/**/ 1561, /**/ 1560, |