mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
API: Implement vim_change_directory
This commit is contained in:
@@ -44,7 +44,8 @@ StringArray vim_list_runtime_paths(void);
|
||||
/// Changes vim working directory
|
||||
///
|
||||
/// @param dir The new working directory
|
||||
void vim_change_directory(String dir);
|
||||
/// @param[out] err Details of an error that may have occurred
|
||||
void vim_change_directory(String dir, Error *err);
|
||||
|
||||
/// Return the current line
|
||||
///
|
||||
|
Reference in New Issue
Block a user