summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-09 15:27:59 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-09 15:27:59 +0200
commita750ac2288eae4f751185597885552e9b6e4d27c (patch)
treea74cad834ec36b20644eedb479d32e99173684d2 /src/version.c
parent53c8a478cc4265549597b00214e0da812154742e (diff)
patch 8.1.0355: incorrect adjusting the popup menu for the preview windowv8.1.0355
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 480d20e8b1..26825b9f81 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 355,
+/**/
354,
/**/
353,