commit | 451d4b5b7c7262631cd1f5057c75d6f5f5772fb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 20:22:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 20:22:27 2019 +0200 |
tree | deb24fe64258461378994e9255c68f6179f11e31 | |
parent | 06e2c81f6d213d197aa60019b33a263cd5176d68 [diff] [blame] |
patch 8.1.1520: popup windows are ignored when dealing with mouse position Problem: Popup windows are ignored when dealing with mouse position Solution: Find the mouse position inside a popup window. Allow for modeless selection.
diff --git a/src/version.c b/src/version.c index 5c41f4f..8f3d086 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1520, +/**/ 1519, /**/ 1518,