Searched refs:confirm_msg (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dmessage.c45 static int confirm_msg_used = FALSE; /* displaying confirm_msg */
46 static char_u *confirm_msg = NULL; /* ":confirm" message */ variable
47 static char_u *confirm_msg_tail; /* tail of confirm_msg */
3586 vim_free(confirm_msg);
3587 confirm_msg = alloc(len);
3588 if (confirm_msg == NULL)
3590 *confirm_msg = NUL;
3595 *confirm_msg = '\n';
3596 STRCPY(confirm_msg + 1, message);
3598 msgp = confirm_msg
[all...]

Completed in 84 milliseconds