comparison runtime/doc/eval.txt @ 16545:7a563ee902b6 v8.1.1276

patch 8.1.1276: cannot combine text properties with syntax highlighting commit https://github.com/vim/vim/commit/de24a8701328b1cce7cad0ee11b415369b482420 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 5 15:48:00 2019 +0200 patch 8.1.1276: cannot combine text properties with syntax highlighting Problem: Cannot combine text properties with syntax highlighting. Solution: Add the "combine" field to prop_type_add(). (closes https://github.com/vim/vim/issues/4343)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 16:00:05 +0200
parents 5412fcd03ecb
children 0e473e9e70c2
comparison
equal deleted inserted replaced
16544:609f0de1e64c 16545:7a563ee902b6
7216 highlight name of highlight group to use 7216 highlight name of highlight group to use
7217 priority when a character has multiple text 7217 priority when a character has multiple text
7218 properties the one with the highest priority 7218 properties the one with the highest priority
7219 will be used; negative values can be used, the 7219 will be used; negative values can be used, the
7220 default priority is zero 7220 default priority is zero
7221 combine when TRUE combine the highlight with any
7222 syntax highlight; when omitted of FALSE syntax
7223 highlight will not be used
7221 start_incl when TRUE inserts at the start position will 7224 start_incl when TRUE inserts at the start position will
7222 be included in the text property 7225 be included in the text property
7223 end_incl when TRUE inserts at the end position will be 7226 end_incl when TRUE inserts at the end position will be
7224 included in the text property 7227 included in the text property
7225 7228