Lines Matching refs:linehl

18 …call Sign_command_ignore_error('sign define Sign2 text=xy texthl=Title linehl=Error icon=../../pix…
24 \ 'linehl=Error texthl=Title$', a)
100 …call Sign_command_ignore_error('sign define Sign3 text=y texthl=DoesNotExist linehl=DoesNotExist i…
120 call assert_fails("sign define Sign4 text=\e linehl=Comment", 'E239:')
121 call assert_fails("sign define Sign4 text=a\e linehl=Comment", 'E239:')
122 call assert_fails("sign define Sign4 text=\ea linehl=Comment", 'E239:')
125 call assert_fails("sign define Sign4 text=abc linehl=Comment", 'E239:')
126 call assert_fails("sign define Sign4 text= linehl=Comment", 'E239:')
127 call assert_fails("sign define Sign4 text=\\ ab linehl=Comment", 'E239:')
130 sign define Sign4 text=\ X linehl=Comment
132 sign define Sign4 linehl=Comment text=\ X
135 sign define Sign5 text=X\ linehl=Comment
137 sign define Sign5 linehl=Comment text=X\
141 sign define Sign4 text=\\\\ linehl=Comment
143 sign define Sign4 text=\\ linehl=Comment
148 sign define 004 text=#> linehl=Comment
150 call assert_equal("\nsign 4 text=#> linehl=Comment", a)
197 call assert_equal('"sign define Sign icon= linehl= text= texthl=', @:)
199 call feedkeys(":sign define Sign linehl=Spell\<C-A>\<C-B>\"\<CR>", 'tx')
200 call assert_equal('"sign define Sign linehl=SpellBad SpellCap ' .
395 let attr = {'text' : '=>', 'linehl' : 'Search', 'texthl' : 'Error'}
398 \ 'linehl' : 'Search', 'text' : '=>'}], sign_getdefined())
402 let attr = {'text' : '!!', 'linehl' : 'DiffAdd', 'texthl' : 'DiffChange',
406 \ 'linehl' : 'DiffAdd', 'text' : '!!', 'icon' : 'sign2.ico'}],
410 call assert_equal(0, sign_define(0002, {'linehl' : 'StatusLine'}))
411 call assert_equal([{'name' : '2', 'linehl' : 'StatusLine'}],
548 let attr = {'text' : '=>', 'linehl' : 'Search', 'texthl' : 'Error'}
832 let attr = {'text' : '=>', 'linehl' : 'Search', 'texthl' : 'Error'}
1149 let attr = {'text' : '=>', 'linehl' : 'Search', 'texthl' : 'Error'}
1186 let attr = {'text' : '=>', 'linehl' : 'Search', 'texthl' : 'Search'}
1561 let attr = {'text' : '=>', 'linehl' : 'Search', 'texthl' : 'Error'}
1564 let attr = {'text' : '=>', 'linehl' : 'Search', 'texthl' : 'Error'}
1597 sign define sign1 text=#> linehl=Comment
1660 sign define sign1 text=#> linehl=Comment
1661 sign define sign2 text=@@ linehl=Comment
1694 sign define sign1 text=#> linehl=Comment
1743 sign define s2 linehl=Pmenu
1906 \ {'name' : 'sign1', 'text' : '=>', 'linehl' : 'Search',
1908 \ {'name' : 'sign2', 'text' : '=>', 'linehl' : 'Search',
1910 \ {'name' : 'sign3', 'text' : '=>', 'linehl' : 'Search',
1912 \ {'name' : 'sign4', 'text' : '=>', 'linehl' : 'Search',