mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -705,7 +705,7 @@ int showmatches(expand_T *xp, int wildmenu)
|
||||
p = (char_u *)L_SHOWFILE(k);
|
||||
} else {
|
||||
home_replace(NULL, files_found[k], (char *)NameBuff, MAXPATHL, true);
|
||||
p = NameBuff;
|
||||
p = (char_u *)NameBuff;
|
||||
}
|
||||
} else {
|
||||
j = false;
|
||||
|
Reference in New Issue
Block a user