mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
doc [ci skip] (#9553)
This commit is contained in:
@@ -40,9 +40,9 @@ API metadata *api-metadata*
|
|||||||
Nvim exposes API metadata as a Dictionary. Some items are described below:
|
Nvim exposes API metadata as a Dictionary. Some items are described below:
|
||||||
|
|
||||||
version Nvim version, API level/compatibility
|
version Nvim version, API level/compatibility
|
||||||
version.api_level Current API level
|
version.api_level API version integer *api-level*
|
||||||
version.api_compatible API is backwards-compatible with this level
|
version.api_compatible API is backwards-compatible with this level
|
||||||
version.api_prerelease Declares the current API level as unstable >
|
version.api_prerelease Declares the API as unstable/unreleased >
|
||||||
(version.api_prerelease && fn.since == version.api_level)
|
(version.api_prerelease && fn.since == version.api_level)
|
||||||
functions API function signatures
|
functions API function signatures
|
||||||
ui_events UI event signatures |ui|
|
ui_events UI event signatures |ui|
|
||||||
|
Reference in New Issue
Block a user