mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
fix(messages): add color when showing nvim_echo in :messages history
This commit is contained in:
@@ -44,6 +44,7 @@ typedef struct msg_hist {
|
||||
const char *kind; ///< Message kind (for msg_ext)
|
||||
int attr; ///< Message highlighting.
|
||||
bool multiline; ///< Multiline message.
|
||||
HlMessage multiattr; ///< multiattr message.
|
||||
} MessageHistoryEntry;
|
||||
|
||||
/// First message
|
||||
|
Reference in New Issue
Block a user