commit | b3d17a20d243f65bcfe23de08b7afd948c5132c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 18:28:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 18:28:14 2019 +0200 |
tree | d5cf97466bfab6199a02fa2db200bee4bf054337 | |
parent | 5b19e5b919ec568792e2e2301899f0e58cf9e550 [diff] [blame] |
patch 8.1.1645: cannot use a popup window for a balloon Problem: Cannot use a popup window for a balloon. Solution: Add popup_beval(). Add the "mousemoved" property. Add the screenpos() function.
diff --git a/src/version.c b/src/version.c index 754155b..6165133 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1645, +/**/ 1644, /**/ 1643,