commit | 3bdef10dc1c836e5e5a6fdcc1c21155cbd80d798 | [log] [tgz] |
---|---|---|
author | regomne <fallingsunz@gmail.com> | Mon Sep 26 20:48:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 20:48:32 2022 +0100 |
tree | 4d6024d828f95196c03015c809673440c0c0a123 | |
parent | 7381c0ce3f3e79ec5a74b9be8fc34e0c8181463b [diff] [blame] |
patch 9.0.0597: cannot close a tab page with the middle mouse button Problem: Cannot close a tab page with the middle mouse button. Solution: Support closing a tab page with the middle mouse button, like many other programs. (closes #10746)
diff --git a/src/version.c b/src/version.c index 3111b4f..d6535b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 597, +/**/ 596, /**/ 595,