Lines Matching refs:conceal
182 …call assert_equal('"syn case clear cluster conceal enable foldlevel include iskeyword keyword list…
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')
363 call assert_fails('syntax conceal asdf', 'E390:')
561 CheckFeature conceal
565 syn match test23 "23" conceal cchar=X
566 syn match test45 "45" conceal
577 set listchars=conceal:Y
589 call AssertFails("syntax match Entity '&' conceal cchar=\<Tab>", 'E844:')