Remove FEAT_SEARCHPATH

Support for gf(edit the file whose name is under or after the cursor)
and <cfile>(is replaced with the path name under the cursor).
This commit is contained in:
Hinidu
2014-04-12 00:29:16 +03:00
committed by Justin M. Keyes
parent 75f152d09b
commit 9db774df44
2 changed files with 1 additions and 3 deletions

View File

@@ -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)
{