aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-11-03 10:00:25 +0100
committerGitHub <noreply@github.com>2020-11-03 10:00:25 +0100
commita061d53e18168130aad537a9e8012390834ff8c2 (patch)
tree5fd72af65116cca569b18850757858811568ec73 /src/nvim/api/vim.c
parent5b5848f2fb1f4b7995bb8a59d94b6766d2182070 (diff)
parent4d9e5764d243920122794e103a07814783b57d28 (diff)
downloadrneovim-a061d53e18168130aad537a9e8012390834ff8c2.tar.gz
rneovim-a061d53e18168130aad537a9e8012390834ff8c2.tar.bz2
rneovim-a061d53e18168130aad537a9e8012390834ff8c2.zip
Merge pull request #13211 from bfredl/fastruntime
api: gotta get the runtime fast
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index 725847886a..63ca0f0e76 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -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;