mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
Remove FEAT_SESSION
Support for :mksession command
This commit is contained in:
@@ -362,8 +362,6 @@ int get_real_state(void)
|
||||
return State;
|
||||
}
|
||||
|
||||
#if defined(FEAT_SESSION) || defined(MSWIN) || defined(FEAT_GUI_MAC) \
|
||||
|| defined(FEAT_GUI_GTK) || defined(PROTO)
|
||||
/*
|
||||
* Change to a file's directory.
|
||||
* Caller must call shorten_fnames()!
|
||||
@@ -377,7 +375,6 @@ int vim_chdirfile(char_u *fname)
|
||||
*path_tail_with_sep(dir) = NUL;
|
||||
return os_chdir((char *)dir) == 0 ? OK : FAIL;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Change directory to "new_dir". Search 'cdpath' for relative directory names.
|
||||
|
Reference in New Issue
Block a user