commit | 13b11eddcaf5176fb1127c8bc8f4b4f46bd05488 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 01 15:52:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 01 15:52:45 2019 +0200 |
tree | 94341003d3cead6759dbbeae715acd04776bd9a2 | |
parent | b66bab381c8ba71fd6e92327d1d34c6f8a65f2a7 [diff] [blame] |
patch 8.1.1786: double click in popup scrollbar starts selection Problem: Double click in popup scrollbar starts selection. Solution: Ignore the double click.
diff --git a/src/version.c b/src/version.c index 53ab0c9..0e30df7 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1786, +/**/ 1785, /**/ 1784,