| /vim-8.2.3635/runtime/syntax/ |
| H A D | tex.vim | 40 " using conceal mode :help tex-conceal 207 if has("conceal") && &enc == 'utf-8' 703 if has("conceal") && &enc == 'utf-8' 1210 syn match texAccent '\\aa\>' conceal cchar=å 1211 syn match texAccent '\\AA\>' conceal cchar=Å 1212 syn match texAccent '\\o\>' conceal cchar=ø 1213 syn match texAccent '\\O\>' conceal cchar=Ø 1214 syn match texLigature '\\AE\>' conceal cchar=Æ 1215 syn match texLigature '\\ae\>' conceal cchar=æ 1219 syn match texLigature '--' conceal cchar=– [all …]
|
| H A D | gift.vim | 28 syn match giftES "\\\~" contained conceal cchar=~ "GIFT escaped special characters 29 syn match giftES "\\=" contained conceal cchar== 30 syn match giftES "\\#" contained conceal cchar=# 31 syn match giftES "\\{" contained conceal cchar={ 32 syn match giftES "\\}" contained conceal cchar=} 33 syn match giftES "\\:" contained conceal cchar=: 35 syn match giftEN "\\n" contained conceal cchar=n "GIFT escaped newline 49 syn match giftEH "<" contained conceal cchar=< "HTML escaped characters 50 syn match giftEH ">" contained conceal cchar=> 51 syn match giftEH "&" contained conceal cchar=& [all …]
|
| H A D | help.vim | 17 if has("conceal") 31 if has("conceal") 32 syn match helpBar contained "|" conceal 33 syn match helpBacktick contained "`" conceal 34 syn match helpStar contained "\*" conceal 51 if has("conceal") 52 syn match helpIgnore "." contained conceal
|
| H A D | json.vim | 23 if has('conceal') && (!exists("g:vim_json_conceal") || g:vim_json_conceal==1) 34 if has('conceal') && (!exists("g:vim_json_conceal") || g:vim_json_conceal==1)
|
| H A D | markdown.vim | 88 if has('conceal') && get(g:, 'markdown_syntax_conceal', 1) == 1
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_matchadd_conceal.vim | 1 " Test for matchadd() and conceal feature 4 CheckFeature conceal 45 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'X'}) 71 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'X'}) 124 set listchars=conceal:+ 149 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'Z'}) 150 syntax match MyConceal /\%2l / conceal containedin=ALL 213 syntax match MyConceal /\%2l / conceal containedin=ALL 239 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'Z'}) 328 syntax keyword coqKwd bool conceal cchar=- [all …]
|
| H A D | test_conceal.vim | 1 " Tests for 'conceal'. 4 CheckFeature conceal 13 syntax match test /|hidden|/ conceal 20 syntax match test /|hidden|/ conceal 114 " Opens a help window, where 'conceal' is set, switches to the other window 160 " Tests for correct display (cursor column position) with +conceal and 173 :syntax match test /|/ conceal 263 call matchaddpos('Conceal', [[2, 1, 1]], 2, -1, {'conceal': 1})
|
| H A D | test_syntax.vim | 225 if has('conceal') 227 syntax conceal on 229 syntax conceal off 231 call assert_match('conceal on', execute('syntax conceal')) 233 call assert_match('conceal off', execute('syntax conceal')) 235 syntax conceal on 236 syntax conceal off 237 call assert_match('conceal off', execute('syntax conceal')) 362 if has('conceal') 561 CheckFeature conceal [all …]
|
| H A D | test_matchadd_conceal_utf8.vim | 1 " Test for matchadd() and conceal feature using utf-8. 4 CheckFeature conceal 31 call matchadd('Conceal', '\%2l ', 20, -1, {'conceal': "\u02d1"})
|
| H A D | test_listlbr_utf8.vim | 8 CheckFeature conceal 111 syn match Conceal conceal cchar=>'AB\|MSG_MODE' 135 syn match beginword /\<\x\x/ contained conceal
|
| H A D | test_listlbr.vim | 8 CheckFeature conceal 92 syn match ConcealVar contained /_/ conceal
|
| H A D | test_expr.vim | 517 if has('conceal') 518 let set[0]['conceal'] = 5 519 let exp[0]['conceal'] = '5'
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | pen.c | 182 state->pen.conceal = 0; setpenattr_bool(state, VTERM_ATTR_CONCEAL, 0); in vterm_state_resetpen() 203 setpenattr_bool(state, VTERM_ATTR_CONCEAL, state->pen.conceal); in vterm_state_savepen() 357 state->pen.conceal = 1; in vterm_state_setpen() 403 state->pen.conceal = 0; in vterm_state_setpen() 531 if(state->pen.conceal) in vterm_state_getpen() 574 val->boolean = state->pen.conceal; in vterm_state_get_penattr()
|
| H A D | screen.c | 24 unsigned int conceal : 1; member 437 screen->pen.conceal = val->boolean; in setpenattr() 564 dst->pen.conceal = src->attrs.conceal; in resize_buffer() 849 cell->attrs.conceal = intcell->pen.conceal; in vterm_screen_get_cell() 970 if((attrs & VTERM_ATTR_CONCEAL_MASK) && (a->pen.conceal != b->pen.conceal)) in attrs_differ()
|
| H A D | vterm_internal.h | 56 unsigned int conceal:1; member
|
| /vim-8.2.3635/src/ |
| H A D | match.c | 1109 char_u *conceal; in f_setmatches() local 1141 conceal = dict_find(d, (char_u *)"conceal", -1) != NULL in f_setmatches() 1148 priority, id, NULL, conceal); in f_setmatches() 1152 match_add(win, group, NULL, priority, id, s, conceal); in f_setmatches() 1157 vim_free(conceal); in f_setmatches()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_rust.txt | 41 Set this option to turn on the basic |conceal| support: > 47 Set this option to turn on |conceal| for the path connecting token 54 Set this option to turn on |conceal| for the "pub" token: >
|
| H A D | usr_02.txt | 658 :help :syn-conceal 659 < talks about the conceal argument for the ":syn" command. 674 conceal feature use: > 675 :help +conceal
|
| H A D | syntax.txt | 286 mechanism. See |conceal|. 534 |conceal|ed. 3386 *tex-cchar* *tex-cole* *tex-conceal* 4021 conceal 4031 conceal *conceal* *:syn-conceal* 4315 IMPLICIT CONCEAL *:syn-conceal-implicit* 4317 :sy[ntax] conceal [on|off] 4319 matches or regions with the "conceal" flag set. After ":syn conceal 4321 defined will have the "conceal" flag set implicitly. ":syn conceal 4325 :sy[ntax] conceal [all …]
|
| H A D | various.txt | 357 B *+conceal* "conceal" support, see |conceal| |:syn-conceal| etc.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | help.vim | 17 if has("conceal")
|
| H A D | scdoc.vim | 23 if has('conceal')
|
| H A D | rust.vim | 99 if has('conceal') && exists('g:rust_conceal') && g:rust_conceal != 0
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | harness.c | 351 int conceal; member 376 state_pen.conceal = val->boolean; in state_setpenattr()
|
| /vim-8.2.3635/src/libvterm/include/ |
| H A D | vterm.h | 470 unsigned int conceal : 1; member
|