aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/misc2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/misc2.c b/src/nvim/misc2.c
index 598e17ef7b..953344bdd5 100644
--- a/src/nvim/misc2.c
+++ b/src/nvim/misc2.c
@@ -380,8 +380,7 @@ int vim_chdirfile(char_u *fname)
#endif
/*
- * Change directory to "new_dir". If FEAT_SEARCHPATH is defined, search
- * 'cdpath' for relative directory names, otherwise just os_chdir().
+ * Change directory to "new_dir". Search 'cdpath' for relative directory names.
*/
int vim_chdir(char_u *new_dir)
{