mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
refactor: replace char_u #18429
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -2324,7 +2324,7 @@ void ex_map(exarg_T *eap)
|
||||
// print the mappings for security reasons.
|
||||
if (secure) {
|
||||
secure = 2;
|
||||
msg_outtrans((char_u *)eap->cmd);
|
||||
msg_outtrans(eap->cmd);
|
||||
msg_putchar('\n');
|
||||
}
|
||||
do_exmap(eap, false);
|
||||
|
Reference in New Issue
Block a user