Lines Matching refs:conceal
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'})
87 call matchadd('ErrorMsg', '\%2l Test', 20, -1, {'conceal': 'X'})
124 set listchars=conceal:+
149 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'Z'})
150 syntax match MyConceal /\%2l / conceal containedin=ALL
162 syntax match MyConceal /\%2l / conceal containedin=ALL cchar=*
186 call matchadd('Conceal', '\%2l\%7c ', 10, -1, {'conceal': 'X'})
213 syntax match MyConceal /\%2l / conceal containedin=ALL
239 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'Z'})
264 …qual({'group': 'Conceal', 'pattern': '\%2l ', 'priority': 10, 'id': a[0].id, 'conceal': 'Z'}, a[0])
281 call matchaddpos('Conceal', [[2,2,6]], 10, -1, {'conceal': 'P'})
294 …call assert_equal({'group': 'Conceal', 'id': a[0].id, 'priority': 10, 'pos1': [2, 2, 6], 'conceal'…
303 " To test targets in the same line string is replaced with conceal char
311 call matchadd('Conceal', 'TARGET', 10, -1, {'conceal': 't'})
328 syntax keyword coqKwd bool conceal cchar=-
350 " not possible to take conceal into account.
394 " Horizontal scroll would center the cursor in the screen line, but conceal
402 " BugFix check: Is the window's cursor column properly updated for conceal?