api: gotta get the runtime fast

This commit is contained in:
Björn Linse
2020-11-03 08:42:31 +01:00
parent 186ba3b688
commit 4d9e5764d2

View File

@@ -794,6 +794,7 @@ ArrayOf(String) nvim_list_runtime_paths(void)
/// @return list of absolute paths to the found files
ArrayOf(String) nvim_get_runtime_file(String name, Boolean all, Error *err)
FUNC_API_SINCE(7)
FUNC_API_FAST
{
Array rv = ARRAY_DICT_INIT;