From 4eb7dae255abc271cf313d4c75839577f1424183 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 12 Nov 2019 22:33:45 +0100 Subject: patch 8.1.2295: if buffer of popup is in another window cursorline sign shows Problem: If buffer of popup is in another window cursorline sign shows. Solution: Check the group of the sign. --- 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 e147ac301..ae85a956a 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2295, /**/ 2294, /**/ -- cgit v1.2.1