From cb5ff34c1b8a89fcdb86653ab18d0aa53f665642 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 20 Jul 2019 16:51:19 +0200 Subject: patch 8.1.1718: popup menu highlighting does not look good 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 47b044f572..e9e0446587 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1718, /**/ 1717, /**/ -- cgit v1.2.3