Remove DONT_ADD_PATHSEP_TO_DIR used only in legacy Mac

This commit is contained in:
Pavel Platto
2014-06-05 11:07:04 +03:00
parent 215d747e22
commit 2e831e56c7

View File

@@ -1225,10 +1225,8 @@ addfile (
/* /*
* Append a slash or backslash after directory names if none is present. * Append a slash or backslash after directory names if none is present.
*/ */
#ifndef DONT_ADD_PATHSEP_TO_DIR
if (isdir && (flags & EW_ADDSLASH)) if (isdir && (flags & EW_ADDSLASH))
add_pathsep(p); add_pathsep(p);
#endif
GA_APPEND(char_u *, gap, p); GA_APPEND(char_u *, gap, p);
} }
#endif /* !NO_EXPANDPATH */ #endif /* !NO_EXPANDPATH */