summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-20 16:51:19 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-20 16:51:19 +0200
commitcb5ff34c1b8a89fcdb86653ab18d0aa53f665642 (patch)
treeba5f73ac45c6598f28588ddc714887c0703fa0f9 /src/version.c
parentf914a33c9c8ec5c30da684a4a16edad3e0224f0a (diff)
patch 8.1.1718: popup menu highlighting does not look goodv8.1.1718
Problem: Popup menu highlighting does not look good. Solution: Highlight the whole window line. Fix that sign line HL is not displayed in a window with a background color.
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 47b044f572..e9e0446587 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1718,
+/**/
1717,
/**/
1716,