Lines Matching refs:term
4 hi Mine term=bold cterm=italic
6 call assert_equal('', synIDattr("Mine"->hlID(), "bg", 'term'))
7 call assert_equal('', synIDattr("Mine"->hlID(), "fg", 'term'))
8 call assert_equal('', synIDattr("Mine"->hlID(), "sp", 'term'))
9 call assert_equal('1', synIDattr(hlID("Mine"), "bold", 'term'))
11 hi Mine term=reverse cterm=inverse
12 call assert_equal('1', synIDattr(hlID("Mine"), "reverse", 'term'))
14 hi Mine term=underline cterm=standout gui=undercurl
15 call assert_equal('1', synIDattr(hlID("Mine"), "underline", 'term'))
20 hi Mine term=NONE cterm=NONE gui=NONE
21 call assert_equal('', synIDattr(hlID("Mine"), "bold", 'term'))
23 call assert_equal('', synIDattr(hlID("Mine"), "reverse", 'term'))
25 call assert_equal('', synIDattr(hlID("Mine"), "underline", 'term'))