mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
fix(docs): the runtimepath is not the runtime path
This commit is contained in:
@@ -487,7 +487,7 @@ Integer nvim_strwidth(String text, Error *err)
|
||||
return (Integer)mb_string2cells(text.data);
|
||||
}
|
||||
|
||||
/// Gets the paths contained in 'runtimepath'.
|
||||
/// Gets the paths contained in |runtime-search-path|.
|
||||
///
|
||||
/// @return List of paths
|
||||
ArrayOf(String) nvim_list_runtime_paths(Error *err)
|
||||
|
Reference in New Issue
Block a user