mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove DONT_ADD_PATHSEP_TO_DIR used only in legacy Mac
This commit is contained in:
parent
215d747e22
commit
2e831e56c7
@ -1225,10 +1225,8 @@ addfile (
|
||||
/*
|
||||
* Append a slash or backslash after directory names if none is present.
|
||||
*/
|
||||
#ifndef DONT_ADD_PATHSEP_TO_DIR
|
||||
if (isdir && (flags & EW_ADDSLASH))
|
||||
add_pathsep(p);
|
||||
#endif
|
||||
GA_APPEND(char_u *, gap, p);
|
||||
}
|
||||
#endif /* !NO_EXPANDPATH */
|
||||
|
Loading…
Reference in New Issue
Block a user