comparison runtime/doc/syntax.txt @ 12068:e1b34958f118 v8.0.0914

patch 8.0.0914: highlight attributes are always combined commit https://github.com/vim/vim/commit/0cd2a94a4030f6bd12eaec44db92db108e33c913 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 12 15:12:30 2017 +0200 patch 8.0.0914: highlight attributes are always combined Problem: Highlight attributes are always combined. Solution: Add the 'nocombine' value to replace attributes instead of combining them. (scauligi, closes #1963)
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Aug 2017 15:15:04 +0200
parents 49c12c93abf3
children 8d76a56861ec
comparison
equal deleted inserted replaced
12067:8b7edea4be26 12068:e1b34958f118
4687 4687
4688 1. highlight arguments for normal terminals 4688 1. highlight arguments for normal terminals
4689 4689
4690 *bold* *underline* *undercurl* 4690 *bold* *underline* *undercurl*
4691 *inverse* *italic* *standout* 4691 *inverse* *italic* *standout*
4692 *nocombine*
4692 term={attr-list} *attr-list* *highlight-term* *E418* 4693 term={attr-list} *attr-list* *highlight-term* *E418*
4693 attr-list is a comma separated list (without spaces) of the 4694 attr-list is a comma separated list (without spaces) of the
4694 following items (in any order): 4695 following items (in any order):
4695 bold 4696 bold
4696 underline 4697 underline
4697 undercurl not always available 4698 undercurl not always available
4698 reverse 4699 reverse
4699 inverse same as reverse 4700 inverse same as reverse
4700 italic 4701 italic
4701 standout 4702 standout
4703 nocombine override attributes instead of combining them
4702 NONE no attributes used (used to reset it) 4704 NONE no attributes used (used to reset it)
4703 4705
4704 Note that "bold" can be used here and by using a bold font. They 4706 Note that "bold" can be used here and by using a bold font. They
4705 have the same effect. 4707 have the same effect.
4706 "undercurl" is a curly underline. When "undercurl" is not possible 4708 "undercurl" is a curly underline. When "undercurl" is not possible