mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +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:
@@ -824,7 +824,7 @@ static void show_menus_recursive(vimmenu_T *menu, int modes, int depth)
|
||||
msg_puts(" ");
|
||||
}
|
||||
// Same highlighting as for directories!?
|
||||
msg_outtrans_attr(menu->name, HL_ATTR(HLF_D));
|
||||
msg_outtrans(menu->name, HL_ATTR(HLF_D));
|
||||
}
|
||||
|
||||
if (menu != NULL && menu->children == NULL) {
|
||||
|
Reference in New Issue
Block a user