mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
Merge pull request #13211 from bfredl/fastruntime
api: gotta get the runtime fast
This commit is contained in:
@@ -794,6 +794,7 @@ ArrayOf(String) nvim_list_runtime_paths(void)
|
|||||||
/// @return list of absolute paths to the found files
|
/// @return list of absolute paths to the found files
|
||||||
ArrayOf(String) nvim_get_runtime_file(String name, Boolean all, Error *err)
|
ArrayOf(String) nvim_get_runtime_file(String name, Boolean all, Error *err)
|
||||||
FUNC_API_SINCE(7)
|
FUNC_API_SINCE(7)
|
||||||
|
FUNC_API_FAST
|
||||||
{
|
{
|
||||||
Array rv = ARRAY_DICT_INIT;
|
Array rv = ARRAY_DICT_INIT;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user