From 71137fed4d77e985d49ca32c79f030512767b8ce Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 3 Mar 2018 20:47:21 +0100 Subject: 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index ae51d723e..200ed6f2f 100644 --- a/src/version.c +++ b/src/version.c @@ -778,6 +778,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1562, /**/ 1561, /**/ -- cgit v1.2.1