From 9a5bbaf813df598fafb7456c44d528e02648c1d8 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 4 Oct 2024 08:12:17 -0700 Subject: docs: more `@since` annotations #30660 --- scripts/util.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/util.lua b/scripts/util.lua index 94598c32a6..6343ad4b21 100644 --- a/scripts/util.lua +++ b/scripts/util.lua @@ -20,6 +20,7 @@ end -- Map of api_level:version, by inspection of: -- :lua= vim.mpack.decode(vim.fn.readfile('test/functional/fixtures/api_level_9.mpack','B')).version M.version_level = { + [13] = '0.11.0', [12] = '0.10.0', [11] = '0.9.0', [10] = '0.8.0', -- cgit