commit | 60cdb3004abe683e5e8851fa6c5d67b337df4443 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 27 21:54:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 27 21:54:10 2019 +0200 |
tree | d274c9b7fd3968c97aa9128517be7995141ec046 | |
parent | b43683729b64f83c39840524be232388314bd71f [diff] [blame] |
patch 8.1.1410: popup_move() is not implemented yet Problem: Popup_move() is not implemented yet. Solution: Implement it. (Yasuhiro Matsumoto, closes #4441) Improve the positioning and resizing.
diff --git a/src/version.c b/src/version.c index b006864..1fa7db4 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1410, +/**/ 1409, /**/ 1408,