summaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorMartin Tournoij <martin@arp242.net>2021-07-28 13:30:16 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-28 13:30:16 +0200
commite2390c7f32879ab7942adf0d38b1db34933695fa (patch)
tree790c45a98865cb220c0d36d235826d5640613ad5 /runtime/doc
parent7e6a2a64f09df577f29e024c1d1e6733d6bc1b7c (diff)
downloadvim-git-e2390c7f32879ab7942adf0d38b1db34933695fa.tar.gz
patch 8.2.3233: prop_list() and prop_find() do not indicate the bufferv8.2.3233
Problem: prop_list() and prop_find() do not indicate the buffer for the used type. Solution: Add "type_bufnr" to the results. (closes #8647)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/textprop.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt
index c1342905b..52191ae03 100644
--- a/runtime/doc/textprop.txt
+++ b/runtime/doc/textprop.txt
@@ -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