From 711483cd1381a4ed848d783ae0a6792d5b04447b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 30 Jul 2022 21:33:46 +0100 Subject: patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes" Problem: Virtual text not displayed if 'signcolumn' is "yes". Solution: Set c_extra and c_final to NUL. --- 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 796b88f0f..fcfb69bba 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 116, /**/ 115, /**/ -- cgit v1.2.1