commit | eb163d73b11c10b461a2839530173a33d7915a33 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 23 15:08:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 23 15:08:17 2017 +0200 |
tree | 581dae7631cb4d5e1f4d1aea5a071f39034a018d | |
parent | e745d75c3e0d976e73bd17c395e9cce98f671692 [diff] [blame] |
patch 8.0.1138: click in window toolbar starts Visual mode Problem: Click in window toolbar starts Visual mode. Solution: Add the MOUSE_WINBAR flag.
diff --git a/src/version.c b/src/version.c index abb9300..a2f71a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1138, +/**/ 1137, /**/ 1136,