From cf85d97bafdcc7837a77ab79cc04da189fa3dd0c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 8 Aug 2022 14:59:47 +0100 Subject: patch 9.0.0169: insufficient testing for line2byte() with text properties Problem: Insufficient testing for line2byte() with text properties. Solution: Add tests with a lot of text. --- 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 2f34ffe2c..3660eb7c4 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 */ +/**/ + 169, /**/ 168, /**/ -- cgit v1.2.1