From b99e6e6c5fbabbade6431fb555c4fe7409a9269a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 17 Oct 2022 18:55:03 +0100 Subject: patch 9.0.0784: text prop "above" not right with 'number' and "n" in 'cpo' Problem: Text prop "above" not displayed correctly with 'number' and "n" in 'cpo'. Solution: Draw the line number column until the line text is reached. --- 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 0f6b59aa8..b912819a8 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 784, /**/ 783, /**/ -- cgit v1.2.1