Mercurial > vim
diff runtime/doc/textprop.txt @ 19646:847a300aa244
Update runtime files
Commit: https://github.com/vim/vim/commit/b17893aa940dc7d45421f875f5d90855880aad27
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Mar 14 08:19:51 2020 +0100
Update runtime files
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 14 Mar 2020 08:30:08 +0100 |
parents | 67f39cb0a49c |
children | 56265f711890 |
line wrap: on
line diff
--- 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.