commit | d327b0c68fa9b32877123f77560f4521a9eb39db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 12 16:56:12 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 12 16:56:12 2017 +0100 |
tree | 907a05e09b8c85b5e7d440ac82cf16755a8c6171 | |
parent | f8c53d3d268fc67a29c8c1a4e76fae85762e11b5 [diff] [blame] |
patch 8.0.1292: quick clicks in the WinBar start Visual mode Problem: Quick clicks in the WinBar start Visual mode. Solution: Use a double click in the WinBar like a normal click.
diff --git a/src/version.c b/src/version.c index 912808b..f63b186 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1292, +/**/ 1291, /**/ 1290,