Home
last modified time | relevance | path

Searched refs:HLF_N (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h1410 , HLF_N // line number for ":number" and ":#" commands enumerator
H A Ddrawline.c1155 char_attr = hl_combine_attr(wcr_attr, HL_ATTR(HLF_N)); in win_line()
H A Dmessage.c536 msg_attr((char *)p, HL_ATTR(HLF_N)); in msg_source()
H A Dscreen.c208 row, endrow, hl_combine_attr(wcr_attr, HL_ATTR(HLF_N))); in win_draw_end()
H A Dsearch.c4044 msg_puts_attr((char *)IObuff, HL_ATTR(HLF_N)); in show_pat_in_path()
H A Dex_cmds.c1721 msg_puts_attr(numbuf, HL_ATTR(HLF_N)); // Highlight line nrs in print_line_no_prefix()
H A Dquickfix.c3664 qfLineAttr = HL_ATTR(HLF_N); in qf_list()