Home
last modified time | relevance | path

Searched refs:HLF_W (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dversion.c8191 msg_puts_attr((char *)items[idx], HL_ATTR(HLF_W)); in list_in_columns()
H A Dmessage.c3651 keep_msg_attr = HL_ATTR(HLF_W); in give_warning_with_source()
3660 msg_source(HL_ATTR(HLF_W)); in give_warning_with_source()
3662 msg_puts_attr((char *)message, HL_ATTR(HLF_W) | MSG_HIST); in give_warning_with_source()
H A Dchange.c47 msg_source(HL_ATTR(HLF_W)); in change_warning()
48 msg_puts_attr(_(w_readonly), HL_ATTR(HLF_W) | MSG_HIST); in change_warning()
H A Dmisc1.c1143 msg_source(HL_ATTR(HLF_W)); in vim_beep()
1144 msg_attr(_("Beep!"), HL_ATTR(HLF_W)); in vim_beep()
H A Dex_cmds2.c438 msg_source(HL_ATTR(HLF_W)); in buf_write_all()
H A Dif_xcmdsrv.c232 HL_ATTR(HLF_W)); in serverRegisterName()
H A Dvim.h1421 , HLF_W // warning messages enumerator
H A Dscriptfile.c1702 msg_source(HL_ATTR(HLF_W)); in get_one_sourceline()
H A Doption.c3166 msg_source(HL_ATTR(HLF_W)); in set_bool_option()
3167 msg_attr(_(w_arabic), HL_ATTR(HLF_W)); in set_bool_option()
H A Dtag.c730 msg_attr((char *)IObuff, HL_ATTR(HLF_W)); in do_tag()
H A Dinsexpand.c4181 edit_submode_highl = HLF_W; in ins_complete()
H A Dhighlight.c3448 msg_source(HL_ATTR(HLF_W)); in syn_add_group()
H A Dfileio.c4267 msg_puts_attr(mesg2, HL_ATTR(HLF_W) + MSG_HIST); in buf_check_timestamp()