Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c4043 char *mesg2 = ""; in buf_check_timestamp() local
4186 mesg2 = _("See \":help W12\" for more info."); in buf_check_timestamp()
4191 mesg2 = _("See \":help W11\" for more info."); in buf_check_timestamp()
4196 mesg2 = _("See \":help W16\" for more info."); in buf_check_timestamp()
4227 mesg2 = ""; in buf_check_timestamp()
4238 if (*mesg2 != NUL) in buf_check_timestamp()
4241 STRCAT(tbuf, mesg2); in buf_check_timestamp()
4252 if (*mesg2 != NUL) in buf_check_timestamp()
4255 STRCAT(tbuf, mesg2); in buf_check_timestamp()
4266 if (*mesg2 != NUL) in buf_check_timestamp()
[all …]