mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +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:
@@ -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