mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
charset,*: Refactor transstr()
This commit is contained in:
@@ -387,7 +387,7 @@ void pum_redraw(void)
|
||||
char_u saved = *p;
|
||||
|
||||
*p = NUL;
|
||||
st = transstr(s);
|
||||
st = (char_u *)transstr((const char *)s);
|
||||
*p = saved;
|
||||
|
||||
if (curwin->w_p_rl) {
|
||||
|
Reference in New Issue
Block a user