mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +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_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
|
||||||
|
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user