mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #24063 from bfredl/ceci-nest-pas-rtp
fix(docs): the runtimepath is not the runtime path
This commit is contained in:
commit
91f57723ad
@ -1133,7 +1133,7 @@ nvim_list_chans() *nvim_list_chans()*
|
|||||||
specified at |nvim_get_chan_info()|.
|
specified at |nvim_get_chan_info()|.
|
||||||
|
|
||||||
nvim_list_runtime_paths() *nvim_list_runtime_paths()*
|
nvim_list_runtime_paths() *nvim_list_runtime_paths()*
|
||||||
Gets the paths contained in 'runtimepath'.
|
Gets the paths contained in |runtime-search-path|.
|
||||||
|
|
||||||
Return: ~
|
Return: ~
|
||||||
List of paths
|
List of paths
|
||||||
|
@ -487,7 +487,7 @@ Integer nvim_strwidth(String text, Error *err)
|
|||||||
return (Integer)mb_string2cells(text.data);
|
return (Integer)mb_string2cells(text.data);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Gets the paths contained in 'runtimepath'.
|
/// Gets the paths contained in |runtime-search-path|.
|
||||||
///
|
///
|
||||||
/// @return List of paths
|
/// @return List of paths
|
||||||
ArrayOf(String) nvim_list_runtime_paths(Error *err)
|
ArrayOf(String) nvim_list_runtime_paths(Error *err)
|
||||||
|
Loading…
Reference in New Issue
Block a user