summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-05 17:05:04 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-05 17:05:04 +0100
commitf4ba8bc47eb3c6b5899ef31d083b9b8f0d4ca456 (patch)
tree9266118a1688defde92692244251530573f7da2b /runtime
parentafd2aa79eda3fe69f2e7c87d0b9b4bca874f386a (diff)
downloadvim-git-f4ba8bc47eb3c6b5899ef31d083b9b8f0d4ca456.tar.gz
patch 9.0.0144: text property cannot override 'cursorline' highlightv9.0.0144
Problem: Text property cannot override 'cursorline' highlight. Solution: Add the "override" flag to prop_type_add(). (closes #5533, closes #8225).
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/textprop.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt
index 150d466e2..fd9133327 100644
--- a/runtime/doc/textprop.txt
+++ b/runtime/doc/textprop.txt
@@ -377,6 +377,8 @@ prop_type_add({name}, {props}) *prop_type_add()* *E969* *E970*
combine when omitted or TRUE combine the highlight
with any syntax highlight; when FALSE syntax
highlight will not be used
+ override when TRUE the highlight overrides any other,
+ including 'cursorline' and Visual
start_incl when TRUE inserts at the start position will
be included in the text property
end_incl when TRUE inserts at the end position will be