commit | 0e6e179f55b85b9e82e74d3f993928d52f0f4d43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 17:10:59 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 17:10:59 2018 +0200 |
tree | f4e72514595911fe85d354d59ef5e673604a53bf | |
parent | 942b4541a2d8e8df8369ab70e112dbbbe0c7c0aa [diff] [blame] |
patch 8.1.0065: balloon displayed at the wrong position Problem: Balloon displayed at the wrong position. Solution: Do not reposition the popup menu at the cursor position.
diff --git a/src/version.c b/src/version.c index 8159e48..192b6cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 65, +/**/ 64, /**/ 63,