summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-11-23 11:46:32 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-23 11:46:32 +0000
commite021662f39b38ef7cf27e13850d0ce6890e48376 (patch)
tree4923c14f11926925612243326af7232f5b0f663a /src/version.c
parent04b568b38f848293e1ae0e680685280151acb386 (diff)
downloadvim-git-e021662f39b38ef7cf27e13850d0ce6890e48376.tar.gz
patch 8.2.3652: can only get text properties one line at a timev8.2.3652
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index f2bcb190f..0644ba222 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3652,
+/**/
3651,
/**/
3650,