mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Remove char_u: add_pathsep()
This commit is contained in:
@@ -2144,7 +2144,7 @@ int do_in_runtimepath(char_u *name, int all, DoInRuntimepathCB callback,
|
||||
if (!did_one)
|
||||
did_one = (cookie == NULL);
|
||||
} else if (STRLEN(buf) + STRLEN(name) + 2 < MAXPATHL) {
|
||||
add_pathsep(buf);
|
||||
add_pathsep((char *)buf);
|
||||
tail = buf + STRLEN(buf);
|
||||
|
||||
/* Loop over all patterns in "name" */
|
||||
|
Reference in New Issue
Block a user