1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-09-23 15:08:17 +02:00
parent e745d75c3e
commit eb163d73b1
4 changed files with 22 additions and 1 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1138,
/**/
1137,
/**/