Home
last modified time | relevance | path

Searched refs:texthl (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dsign.c1038 char_u *texthl) in sign_define_by_name() argument
1077 if (texthl != NULL) in sign_define_by_name()
1078 sp->sn_text_hl = syn_check_group(texthl, (int)STRLEN(texthl)); in sign_define_by_name()
1300 char_u *texthl = NULL; in sign_define_cmd() local
1328 texthl = vim_strnsave(arg, p - arg); in sign_define_cmd()
1339 sign_define_by_name(sign_name, icon, linehl, text, texthl); in sign_define_cmd()
1344 vim_free(texthl); in sign_define_cmd()
2175 char_u *texthl = NULL; in sign_define_from_dict() local
2193 texthl = dict_get_string(dict, (char_u *)"texthl", TRUE); in sign_define_from_dict()
2196 if (sign_define_by_name(name, icon, linehl, text, texthl) == OK) in sign_define_from_dict()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_signs.vim24 \ 'linehl=Error texthl=Title$', a)
204 call assert_equal('"sign define Sign texthl=SpellBad SpellCap ' .
395 let attr = {'text' : '=>', 'linehl' : 'Search', 'texthl' : 'Error'}
397 call assert_equal([{'name' : 'sign1', 'texthl' : 'Error',
405 call assert_equal([{'name' : 'sign2', 'texthl' : 'DiffChange',
548 let attr = {'text' : '=>', 'linehl' : 'Search', 'texthl' : 'Error'}
1742 sign define s1 texthl=Search text==>
1907 \ 'texthl' : 'Search'},
1909 \ 'texthl' : 'Search'},
1911 \ 'texthl' : 'Search'},
[all …]
H A Dtest_bufwintabinfo.vim39 sign define Mark text=>> texthl=Search
H A Dtest_netbeans.vim430 call assert_equal({'name': '1', 'texthl': 'NB_s1', 'text': '=>'},
570 call assert_equal([{'name': '1', 'texthl': 'NB_s1', 'text': '=>'},
H A Dtest_popupwin.vim3673 \ 'texthl': 'WarningMsg',
3678 \ 'texthl': 'Error',
/vim-8.2.3635/src/proto/
H A Dsign.pro11 int sign_define_by_name(char_u *name, char_u *icon, char_u *linehl, char_u *text, char_u *texthl);
/vim-8.2.3635/runtime/doc/
H A Dsign.txt101 :sign define piet text=>> texthl=Search
146 texthl={group}
150 :sign define MySign text=>> texthl=Search linehl=DiffText
395 texthl highlight group used for the text item
411 \ "texthl" : "Error",
439 texthl highlight group used for the text item
H A Dversion6.txt12258 Problem: ":sign texthl=||" does not work.
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim1206 …exe "sign define debugBreakpoint" . nr . " text=" . substitute(nr, '\..*', '', '') . " texthl=debu…