commit | a730e55cc2d3045a79a340a5af1ad4a749058a32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 19:05:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 19:05:31 2019 +0200 |
tree | 91bd4f6fa1348c3d132198a857ec98902239d43f | |
parent | 983f2f1403a591779f6edc4dd973c6cf31c65c8b [diff] [blame] |
patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yet Problem: Popup_menu() and popup_filter_menu() are not implemented yet. Solution: Implement the functions. Fix that centering didn't take the border and padding into account.
diff --git a/src/version.c b/src/version.c index f6bb71c..a59803b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1558, +/**/ 1557, /**/ 1556,