summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2023-08-20 18:27:45 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-20 18:27:45 +0200
commitf9037f186ad45b56c84f1efdc131480bec159e4f (patch)
treeb010fb2dbf1c4d0fd4f117c5d167b8c55a340624 /runtime
parent654bdbbd329e7267051cc2eb496bc52b66053081 (diff)
patch 9.0.1762: Not able to get the virtual text propertyv9.0.1762
Problem: Not able to get the virtual text property Solution: Make prop_list() return virtual text and alignment closes: #12860 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/textprop.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt
index d69355bb15..0d830f6645 100644
--- a/runtime/doc/textprop.txt
+++ b/runtime/doc/textprop.txt
@@ -335,6 +335,10 @@ prop_list({lnum} [, {props}]) *prop_list()*
length length in bytes, one more if line break is
included
id property ID
+ text text to be displayed before {col}. Only
+ present for |virtual-text| properties.
+ text_align alignment property of |virtual-text|.
+ text_wrap specifies whether |virtual-text| is wrapped.
type name of the property type, omitted if
the type was deleted
type_bufnr buffer number for which this type was defined;