mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
Remove char_u: message:smsg()
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user