*: Adjust usages of modified functions

This commit is contained in:
ZyX
2017-07-02 18:29:42 +03:00
parent 832c158a66
commit 6140396d97
4 changed files with 25 additions and 21 deletions

View File

@@ -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