From a4abe514ecd9b7a038feed89f48476809775c80f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 15 Sep 2022 19:44:09 +0100 Subject: patch 9.0.0472: virtual text "below" doesn't show in list mode Problem: Virtual text "below" doesn't show in list mode. Solution: Reset lcs_eol_one when displaying text property. --- 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 aa8159e820..77af684617 100644 --- a/src/version.c +++ b/src/version.c @@ -703,6 +703,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 472, /**/ 471, /**/ -- cgit v1.2.3