From e021662f39b38ef7cf27e13850d0ce6890e48376 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Tue, 23 Nov 2021 11:46:32 +0000 Subject: patch 8.2.3652: can only get text properties one line at a time Problem: Can only get text properties one line at a time. Solution: Add options to prop_list() to use a range of lines and filter by types. (Yegappan Lakshmanan, closes #9138) --- 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 f2bcb190f..0644ba222 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3652, /**/ 3651, /**/ -- cgit v1.2.1