aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-27 15:06:11 +0100
committerGitHub <noreply@github.com>2019-01-27 15:06:11 +0100
commit7e6980a161011ab58c69ee67f35522fd86e6cb25 (patch)
tree775fd407b18bc4d54a41cfa89c7dfc100cbc1cc9
parent8171e96b9640c54eb67a8e5d1082f1fd6e794f23 (diff)
downloadrneovim-7e6980a161011ab58c69ee67f35522fd86e6cb25.tar.gz
rneovim-7e6980a161011ab58c69ee67f35522fd86e6cb25.tar.bz2
rneovim-7e6980a161011ab58c69ee67f35522fd86e6cb25.zip
doc [ci skip] (#9553)
-rw-r--r--runtime/doc/api.txt4
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|