Searched refs:give_warning (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | message.pro | 71 void give_warning(char_u *message, int hl);
|
| /vim-8.2.3635/src/ |
| H A D | message.c | 3631 give_warning(char_u *message, int hl) in give_warning() function 3684 give_warning((char_u *)message, hl); in give_warning2() 3689 give_warning(IObuff, hl); in give_warning2()
|
| H A D | search.c | 1102 give_warning((char_u *)_(dir == BACKWARD in searchit() 1701 give_warning((char_u *)_(top_bot_msg), TRUE); in search_for_exact_line() 1715 give_warning((char_u *)_(bot_top_msg), TRUE); in search_for_exact_line() 3186 give_warning(msgbuf, FALSE); in cmdline_search_stat()
|
| H A D | spell.c | 1455 give_warning((char_u *)_(top_bot_msg), TRUE); in spell_move_to() 1472 give_warning((char_u *)_(bot_top_msg), TRUE); in spell_move_to()
|
| H A D | autocmd.c | 533 give_warning((char_u *)_("W19: Deleting augroup that is still in use"), TRUE); in au_del_group()
|
| H A D | tag.c | 736 give_warning(IObuff, ic); in do_tag()
|
| H A D | undo.c | 1976 give_warning((char_u *) in u_read_undo()
|