From f9dec1228d1741859a89b64de7ac9765f12c2d3d Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 5 Apr 2025 15:48:28 -0700 Subject: build: bump NVIM_API_LEVEL #33340 Bumping NVIM_API_LEVEL is pretty much required after every major release, because it's also used to correlated Lua stdlib changes to a Nvim version. --- src/gen/util.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gen/util.lua b/src/gen/util.lua index 5940221abe..9a52c6844e 100644 --- a/src/gen/util.lua +++ b/src/gen/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 = { + [14] = '0.12.0', [13] = '0.11.0', [12] = '0.10.0', [11] = '0.9.0', -- cgit