commit | a750ac2288eae4f751185597885552e9b6e4d27c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 09 15:27:59 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 09 15:27:59 2018 +0200 |
tree | a74cad834ec36b20644eedb479d32e99173684d2 | |
parent | 53c8a478cc4265549597b00214e0da812154742e [diff] [blame] |
patch 8.1.0355: incorrect adjusting the popup menu for the preview window Problem: Incorrect adjusting the popup menu for the preview window. Solution: Compute position and height properl. (Ronan Pigott) Also show at least ten items. (closes #3414)
diff --git a/src/version.c b/src/version.c index 480d20e..26825b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 355, +/**/ 354, /**/ 353,