summaryrefslogtreecommitdiffstats
path: root/src/filepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filepath.c')
-rw-r--r--src/filepath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/filepath.c b/src/filepath.c
index 646a25e62e..70e0fd4e73 100644
--- a/src/filepath.c
+++ b/src/filepath.c
@@ -4071,10 +4071,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
((char_u **)gap->ga_data)[gap->ga_len++] = p;
}