mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

An implication of this current approach is that `NVIM_API_LEVEL` should be bumped when a new Lua function is added. TODO(future): add a lint check which requires `@since` on all new functions. ref #25416