mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -531,7 +531,7 @@ static void uc_list(char *name, size_t name_len)
|
||||
}
|
||||
}
|
||||
|
||||
msg_outtrans_special((char_u *)cmd->uc_rep, false,
|
||||
msg_outtrans_special(cmd->uc_rep, false,
|
||||
name_len == 0 ? Columns - 47 : 0);
|
||||
if (p_verbose > 0) {
|
||||
last_set_msg(cmd->uc_script_ctx);
|
||||
|
Reference in New Issue
Block a user