mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 14:56:08 +00:00
refactor(messages): rename msg_trunc_attr and msg_multiline_attr without attr
This commit is contained in:
@@ -3791,11 +3791,11 @@ void find_pattern_in_path(char *ptr, Direction dir, size_t len, bool whole, bool
|
||||
files[depth].lnum = 0;
|
||||
files[depth].matched = false;
|
||||
if (action == ACTION_EXPAND) {
|
||||
msg_hist_off = true; // reset in msg_trunc_attr()
|
||||
msg_hist_off = true; // reset in msg_trunc()
|
||||
vim_snprintf(IObuff, IOSIZE,
|
||||
_("Scanning included file: %s"),
|
||||
new_fname);
|
||||
msg_trunc_attr(IObuff, true, HL_ATTR(HLF_R));
|
||||
msg_trunc(IObuff, true, HL_ATTR(HLF_R));
|
||||
} else if (p_verbose >= 5) {
|
||||
verbose_enter();
|
||||
smsg(_("Searching included file %s"), new_fname);
|
||||
|
Reference in New Issue
Block a user