forked from aniani/vim
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
04b568b38f
commit
e021662f39
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3652,
|
||||
/**/
|
||||
3651,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user