diff options
-rw-r--r-- | runtime/doc/api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 658e81689b..c9d526d9aa 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -40,9 +40,9 @@ API metadata *api-metadata* Nvim exposes API metadata as a Dictionary. Some items are described below: 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_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) functions API function signatures ui_events UI event signatures |ui| |