From 7e6980a161011ab58c69ee67f35522fd86e6cb25 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 27 Jan 2019 15:06:11 +0100 Subject: doc [ci skip] (#9553) --- runtime/doc/api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') 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| -- cgit