summaryrefslogtreecommitdiffstats
path: root/runtime/doc/textprop.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-14 08:19:51 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-14 08:19:51 +0100
commitb17893aa940dc7d45421f875f5d90855880aad27 (patch)
tree57dc220f610b9b7a10f3eb3ae6a8df27214b8177 /runtime/doc/textprop.txt
parent965fd8d4dc5e84f612d8fc1efeaa78bd17842c9b (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/textprop.txt')
-rw-r--r--runtime/doc/textprop.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt
index 55a5ed300b..5d55952eb5 100644
--- a/runtime/doc/textprop.txt
+++ b/runtime/doc/textprop.txt
@@ -1,4 +1,4 @@
-*textprop.txt* For Vim version 8.2. Last change: 2020 Feb 22
+*textprop.txt* For Vim version 8.2. Last change: 2020 Mar 05
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -133,8 +133,8 @@ prop_add({lnum}, {col}, {props})
to {lnum}, this is a zero-width text property
bufnr buffer to add the property to; when omitted
the current buffer is used
- id user defined ID for the property; when omitted
- zero is used
+ id user defined ID for the property; must be a
+ number; when omitted zero is used
type name of the text property type
All fields except "type" are optional.