Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest_signs.vim24 \ 'linehl=Error texthl=Title$', a)
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
1597 sign define sign1 text=#> linehl=Comment
1660 sign define sign1 text=#> linehl=Comment
[all …]
H A Dtest_netbeans.vim571 \ {'name': '10000', 'linehl': 'NBGuarded'}],
798 sign define S1 linehl=Search text==>
799 sign define S2 linehl=ErrorMsg text=!!
H A Dtest_popupwin.vim3674 \ 'linehl': 'Error',
3679 \ 'linehl': 'Search',
H A Dtest_cmdline.vim400 sign define Testing linehl=Comment
/vim-8.2.3635/src/
H A Dsign.c1036 char_u *linehl, in sign_define_by_name() argument
1074 if (linehl != NULL) in sign_define_by_name()
1075 sp->sn_line_hl = syn_check_group(linehl, (int)STRLEN(linehl)); in sign_define_by_name()
1299 char_u *linehl = NULL; in sign_define_cmd() local
1323 linehl = vim_strnsave(arg, p - arg); in sign_define_cmd()
1339 sign_define_by_name(sign_name, icon, linehl, text, texthl); in sign_define_cmd()
1343 vim_free(linehl); in sign_define_cmd()
2173 char_u *linehl = NULL; in sign_define_from_dict() local
2191 linehl = dict_get_string(dict, (char_u *)"linehl", TRUE); in sign_define_from_dict()
2196 if (sign_define_by_name(name, icon, linehl, text, texthl) == OK) in sign_define_from_dict()
[all …]
H A Dpopupwin.c631 char *linehl = "PopupSelected"; in popup_highlight_curline() local
633 if (syn_name2id((char_u *)linehl) == 0) in popup_highlight_curline()
634 linehl = "PmenuSel"; in popup_highlight_curline()
635 sign_define_by_name(sign_name, NULL, (char_u *)linehl, NULL, NULL); in popup_highlight_curline()
/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.txt137 linehl={group}
150 :sign define MySign text=>> texthl=Search linehl=DiffText
391 linehl highlight group used for the whole line the
412 \ "linehl" : "Search"})
434 linehl highlight group used for the whole line the
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim433 sign define debugPC linehl=debugPC