mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +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:
@@ -2504,7 +2504,7 @@ void ex_map(exarg_T *eap)
|
||||
// If we are in a secure mode we print the mappings for security reasons.
|
||||
if (secure) {
|
||||
secure = 2;
|
||||
msg_outtrans(eap->cmd);
|
||||
msg_outtrans(eap->cmd, 0);
|
||||
msg_putchar('\n');
|
||||
}
|
||||
do_exmap(eap, false);
|
||||
|
Reference in New Issue
Block a user