diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-07 16:03:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-07 16:03:51 +0100 |
commit | 664f3cf3f21d3699bfd179c318ef5c869c085648 (patch) | |
tree | 33c061c600cf54a9ab1dc810bd02689bff097cec /runtime/doc/textprop.txt | |
parent | f48ee3c28488f7c361732316f905ac420b3d8087 (diff) | |
download | vim-git-664f3cf3f21d3699bfd179c318ef5c869c085648.tar.gz |
Runtime file updates.
Diffstat (limited to 'runtime/doc/textprop.txt')
-rw-r--r-- | runtime/doc/textprop.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt index d121eeea2..cffcbfc6f 100644 --- a/runtime/doc/textprop.txt +++ b/runtime/doc/textprop.txt @@ -1,4 +1,4 @@ -*textprop.txt* For Vim version 8.1. Last change: 2019 Nov 12 +*textprop.txt* For Vim version 8.1. Last change: 2019 Dec 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -45,7 +45,7 @@ A text property has these fields: Property Types ~ *E971* -A text property normally has the name of a property type, which defines +A text property normally has the name of a property type, which defines how to highlight the text. The property type can have these entries: "highlight" name of the highlight group to use "combine" when omitted or TRUE the text property highlighting is |