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

@@ -137,7 +137,6 @@
#define FEAT_RELTIME #define FEAT_RELTIME
#define FEAT_RIGHTLEFT #define FEAT_RIGHTLEFT
#define FEAT_SCROLLBIND #define FEAT_SCROLLBIND
#define FEAT_SEARCHPATH
#define FEAT_SEARCH_EXTRA #define FEAT_SEARCH_EXTRA
#define FEAT_SESSION #define FEAT_SESSION
#define FEAT_SMARTINDENT #define FEAT_SMARTINDENT

View File

@@ -380,8 +380,7 @@ int vim_chdirfile(char_u *fname)
#endif #endif
/* /*
* Change directory to "new_dir". If FEAT_SEARCHPATH is defined, search * Change directory to "new_dir". Search 'cdpath' for relative directory names.
* 'cdpath' for relative directory names, otherwise just os_chdir().
*/ */
int vim_chdir(char_u *new_dir) int vim_chdir(char_u *new_dir)
{ {