summaryrefslogtreecommitdiff
path: root/runtime/doc/textprop.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-22 02:13:00 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-22 02:13:00 +0200
commit6c1e1570b1346de0d438fbb991bddab38c228290 (patch)
tree88d74cdfeee5c6d1a188e419dced8283e5075652 /runtime/doc/textprop.txt
parentadc6714aac20f5462a0ecec50ab4806b2f3ab0db (diff)
downloadvim-git-6c1e1570b1346de0d438fbb991bddab38c228290.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/textprop.txt')
-rw-r--r--runtime/doc/textprop.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt
index bda523038..8beae9355 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 May 12
+*textprop.txt* For Vim version 8.1. Last change: 2019 Jun 13
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -56,7 +56,7 @@ 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 highligting, when omitted or FALSE the
+ with any syntax highlighting, when omitted or FALSE the
text property highlighting replaces the syntax
highlighting
"priority" when properties overlap, the one with the highest