comparison runtime/doc/textprop.txt @ 18615:c4cdc715cb68

Update runtime files Commit: https://github.com/vim/vim/commit/574ee7bc1246070dba598f9561a2776aa1a10d07 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 13 23:04:29 2019 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Nov 2019 23:15:04 +0100
parents e9a47bcf7b94
children 6848b809a26e
comparison
equal deleted inserted replaced
18614:aa72fe337d7a 18615:c4cdc715cb68
1 *textprop.txt* For Vim version 8.1. Last change: 2019 Nov 09 1 *textprop.txt* For Vim version 8.1. Last change: 2019 Nov 12
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
46 Property Types ~ 46 Property Types ~
47 *E971* 47 *E971*
48 A text property normally has the name of a property type, which defines 48 A text property normally has the name of a property type, which defines
49 how to highlight the text. The property type can have these entries: 49 how to highlight the text. The property type can have these entries:
50 "highlight" name of the highlight group to use 50 "highlight" name of the highlight group to use
51 "combine" when TRUE the text property highlighting is combined 51 "combine" when omitted or TRUE the text property highlighting is
52 with any syntax highlighting; when omitted or FALSE the 52 combined with any syntax highlighting; when FALSE the
53 text property highlighting replaces the syntax 53 text property highlighting replaces the syntax
54 highlighting 54 highlighting
55 "priority" when properties overlap, the one with the highest 55 "priority" when properties overlap, the one with the highest
56 priority will be used. 56 priority will be used.
57 "start_incl" when TRUE inserts at the start position will be 57 "start_incl" when TRUE inserts at the start position will be