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

@@ -3899,7 +3899,7 @@ void do_sub(exarg_T *eap)
/* write message same highlighting as for
* wait_return */
smsg_attr(hl_attr(HLF_R),
(char_u *)_("replace with %s (y/n/a/q/l/^E/^Y)?"), sub);
_("replace with %s (y/n/a/q/l/^E/^Y)?"), sub);
msg_no_more = FALSE;
msg_scroll = i;
showruler(TRUE);