aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/path.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/path.c b/src/nvim/path.c
index ea6390a688..dbbb77a8e9 100644
--- a/src/nvim/path.c
+++ b/src/nvim/path.c
@@ -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 */