Remove char_u: message:smsg()

This commit is contained in:
Michael Reed
2015-05-13 15:29:50 -04:00
parent d666b0e48f
commit 3c5864772f
20 changed files with 192 additions and 204 deletions

View File

@@ -4200,7 +4200,7 @@ find_pattern_in_path (
msg_trunc_attr(IObuff, TRUE, hl_attr(HLF_R));
} else if (p_verbose >= 5) {
verbose_enter();
smsg((char_u *)_("Searching included file %s"),
smsg(_("Searching included file %s"),
(char *)new_fname);
verbose_leave();
}