mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
refactor(message): msg_outtrans_long_len_attr -> msg_outtrans_long
This commit is contained in:
@@ -3179,7 +3179,7 @@ static int spell_read_dic(spellinfo_T *spin, char *fname, afffile_T *affile)
|
||||
_("line %6d, word %6ld - %s"),
|
||||
lnum, spin->si_foldwcount + spin->si_keepwcount, w);
|
||||
msg_start();
|
||||
msg_outtrans_long_attr(message, 0);
|
||||
msg_outtrans_long(message, 0);
|
||||
msg_clr_eos();
|
||||
msg_didout = false;
|
||||
msg_col = 0;
|
||||
|
Reference in New Issue
Block a user