mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
*: Adjust usages of modified functions
This commit is contained in:
@@ -1269,7 +1269,7 @@ msg_outtrans_special (
|
||||
string = "<Space>";
|
||||
str++;
|
||||
} else {
|
||||
string = (const char *)str2special((char_u **)&str, from);
|
||||
string = str2special((const char **)&str, from);
|
||||
}
|
||||
const int len = vim_strsize((char_u *)string);
|
||||
// Highlight special keys
|
||||
|
Reference in New Issue
Block a user