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

@@ -531,8 +531,8 @@ staterr:
if (p_csverbose) {
msg_clr_eos();
(void)smsg_attr(hl_attr(HLF_R),
(char_u *)_("Added cscope database %s"),
csinfo[i].fname);
_("Added cscope database %s"),
csinfo[i].fname);
}
}
@@ -1316,7 +1316,7 @@ cs_kill_execute (
if (p_csverbose) {
msg_clr_eos();
(void)smsg_attr(hl_attr(HLF_R) | MSG_HIST,
(char_u *)_("cscope connection %s closed"), cname);
_("cscope connection %s closed"), cname);
}
cs_release_csp(i, TRUE);
}