mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
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:
@@ -137,7 +137,6 @@
|
||||
#define FEAT_RELTIME
|
||||
#define FEAT_RIGHTLEFT
|
||||
#define FEAT_SCROLLBIND
|
||||
#define FEAT_SEARCHPATH
|
||||
#define FEAT_SEARCH_EXTRA
|
||||
#define FEAT_SESSION
|
||||
#define FEAT_SMARTINDENT
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user