mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
refactor(messages): fold msg_outtrans_attr into msg_outtrans
problem: there are too many different functions in message.c solution: fold some of the functions into themselves
This commit is contained in:
@@ -4058,7 +4058,7 @@ static void showoneopt(vimoption_T *p, int opt_flags)
|
||||
msg_putchar('=');
|
||||
// put value string in NameBuff
|
||||
option_value2string(p, opt_flags);
|
||||
msg_outtrans(NameBuff);
|
||||
msg_outtrans(NameBuff, 0);
|
||||
}
|
||||
|
||||
silent_mode = save_silent;
|
||||
|
Reference in New Issue
Block a user