mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
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.
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user