Home
last modified time | relevance | path

Searched refs:undercurl (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_syn_attr.vim14 hi Mine term=underline cterm=standout gui=undercurl
17 call assert_equal('1', synIDattr("Mine"->hlID(), "undercurl", 'gui'))
27 call assert_equal('', synIDattr(hlID("Mine"), "undercurl", 'gui'))
H A Dtest_highlight.vim838 hi HlGrp3 term=bold,underline,undercurl,strikethrough,reverse,italic,standout
839 …call assert_equal('hi HlGrp3 term=bold,standout,underline,undercurl,italic,reverse,strike…
1121 VAR attr = {'bold': v:true, 'underline': v:true, 'undercurl': v:true,
1126undercurl,italic,reverse,nocombine,strikethrough cterm=bold,standout,underline,undercurl,italic,re…
/vim-8.2.3635/runtime/syntax/
H A Dredif.vim930 highlight redifFieldDeprecated term=undercurl cterm=undercurl gui=undercurl guisp=DarkGrey
H A Dvim.vim604 …rib contained none bold inverse italic nocombine reverse standout strikethrough underline undercurl
/vim-8.2.3635/runtime/doc/
H A Dterm.txt361 t_Ce undercurl end *t_Ce* *'t_Ce'*
362 t_Cs undercurl mode *t_Cs* *'t_Cs'*
H A Dsyntax.txt4927 *bold* *underline* *undercurl*
4935 undercurl not always available
4946 "undercurl" is a curly underline. When "undercurl" is not possible
4947 then "underline" is used. In general "undercurl" and "strikethrough"
4950 termcap entries to make undercurl work in a terminal: >
5131 (guisp) color to use in the GUI. "guisp" is used for undercurl and
H A Dtags9863 undercurl syntax.txt /*undercurl*
H A Deval.txt6783 items: 'bold', 'standout', 'underline', 'undercurl', 'italic',
11214 "undercurl" "1" if undercurled
H A Dtodo.txt4145 7 Implement "undercurl" for printing.
H A Dversion8.txt22881 Solution: Only fall back to underline when undercurl highlighting is not
23264 Problem: No fallback to underline when undercurl is not set. (Ben Jackson)
46495 Problem: Cannot set a separate color for underline/undercurl.
46758 or "undercurl" attributes to avoid the background color to be
H A Doptions.txt4121 c undercurl (termcap entry "Cs" and "Ce")
H A Dversion7.txt252 The "undercurl" highlighting attribute was added to nicely point out spelling
/vim-8.2.3635/src/
H A Dstructs.h4050 int undercurl; member
H A Dhardcopy.c295 pattr->undercurl = (highlight_has_attr(hl_id, HL_UNDERCURL, modec) != NULL); in prt_get_attr()