commit | e021662f39b38ef7cf27e13850d0ce6890e48376 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Nov 23 11:46:32 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 23 11:46:32 2021 +0000 |
tree | 4923c14f11926925612243326af7232f5b0f663a | |
parent | 04b568b38f848293e1ae0e680685280151acb386 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f2bcb19..0644ba2 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3652, +/**/ 3651, /**/ 3650,