Remove char_u: message:smsg_attr()

This commit is contained in:
Michael Reed
2015-05-13 15:29:50 -04:00
parent 3c5864772f
commit 62bcd98ae3
4 changed files with 8 additions and 7 deletions

View File

@@ -2296,7 +2296,8 @@ int ask_yesno(char_u *str, int direct)
while (r != 'y' && r != 'n') {
/* same highlighting as for wait_return */
smsg_attr(hl_attr(HLF_R), (char_u *)"%s (y/n)?", str);
smsg_attr(hl_attr(HLF_R),
"%s (y/n)?", str);
if (direct)
r = get_keystroke();
else