summaryrefslogtreecommitdiff
path: root/runtime/doc/textprop.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-13 23:04:29 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-13 23:04:29 +0100
commit574ee7bc1246070dba598f9561a2776aa1a10d07 (patch)
treed2d6b906d5ad1ae3a18b7e2ced3ab9d9401dc3b5 /runtime/doc/textprop.txt
parentafe45b68a67769a61b44a96b0ffe3bfce4e9316e (diff)
downloadvim-git-574ee7bc1246070dba598f9561a2776aa1a10d07.tar.gz
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 a323d6842..d121eeea2 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 09
+*textprop.txt* For Vim version 8.1. Last change: 2019 Nov 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -48,8 +48,8 @@ Property Types ~
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 TRUE the text property highlighting is combined
- with any syntax highlighting; when omitted or FALSE the
+ "combine" when omitted or TRUE the text property highlighting is
+ combined with any syntax highlighting; when FALSE the
text property highlighting replaces the syntax
highlighting
"priority" when properties overlap, the one with the highest