mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
Remove DONT_ADD_PATHSEP_TO_DIR used only in legacy Mac
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user