mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
fix(messages): add color when showing nvim_echo in :messages history
This commit is contained in:
@@ -1344,8 +1344,8 @@ HlMessage parse_hl_msg(Array chunks, Error *err)
|
||||
return hl_msg;
|
||||
|
||||
free_exit:
|
||||
clear_hl_msg(&hl_msg);
|
||||
return hl_msg;
|
||||
hl_msg_free(hl_msg);
|
||||
return (HlMessage)KV_INITIAL_VALUE;
|
||||
}
|
||||
|
||||
bool api_dict_to_keydict(void *rv, field_hash hashy, Dictionary dict, Error *err)
|
||||
|
Reference in New Issue
Block a user