Searched refs:undercurl (Results 1 – 14 of 14) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_syn_attr.vim | 14 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 D | test_highlight.vim | 838 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, 1126 …undercurl,italic,reverse,nocombine,strikethrough cterm=bold,standout,underline,undercurl,italic,re…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | redif.vim | 930 highlight redifFieldDeprecated term=undercurl cterm=undercurl gui=undercurl guisp=DarkGrey
|
| H A D | vim.vim | 604 …rib contained none bold inverse italic nocombine reverse standout strikethrough underline undercurl
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | term.txt | 361 t_Ce undercurl end *t_Ce* *'t_Ce'* 362 t_Cs undercurl mode *t_Cs* *'t_Cs'*
|
| H A D | syntax.txt | 4927 *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 D | tags | 9863 undercurl syntax.txt /*undercurl*
|
| H A D | eval.txt | 6783 items: 'bold', 'standout', 'underline', 'undercurl', 'italic', 11214 "undercurl" "1" if undercurled
|
| H A D | todo.txt | 4145 7 Implement "undercurl" for printing.
|
| H A D | version8.txt | 22881 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 D | options.txt | 4121 c undercurl (termcap entry "Cs" and "Ce")
|
| H A D | version7.txt | 252 The "undercurl" highlighting attribute was added to nicely point out spelling
|
| /vim-8.2.3635/src/ |
| H A D | structs.h | 4050 int undercurl; member
|
| H A D | hardcopy.c | 295 pattr->undercurl = (highlight_has_attr(hl_id, HL_UNDERCURL, modec) != NULL); in prt_get_attr()
|