1
0
forked from aniani/vim

patch 8.2.3233: prop_list() and prop_find() do not indicate the buffer

Problem:    prop_list() and prop_find() do not indicate the buffer for the
            used type.
Solution:   Add "type_bufnr" to the results. (closes #8647)
This commit is contained in:
Martin Tournoij
2021-07-28 13:30:16 +02:00
committed by Bram Moolenaar
parent 7e6a2a64f0
commit e2390c7f32
4 changed files with 149 additions and 61 deletions

View File

@@ -211,6 +211,8 @@ prop_list({lnum} [, {props}]) *prop_list()*
id property ID
type name of the property type, omitted if
the type was deleted
type_bufnr buffer number for which this type was defined;
0 if the type is global
start when TRUE property starts in this line
end when TRUE property ends in this line