aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2017-04-30 14:35:36 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2017-05-10 17:36:31 +0200
commite82cb5de4adc8a88e8213d0aca85400362df4bd1 (patch)
treee658dd9042fc0191e5b65f96fc7d192b80d36f61 /runtime
parent7d6af9985c057eef8f6bb2a625744df1b4ad0a72 (diff)
downloadrneovim-e82cb5de4adc8a88e8213d0aca85400362df4bd1.tar.gz
rneovim-e82cb5de4adc8a88e8213d0aca85400362df4bd1.tar.bz2
rneovim-e82cb5de4adc8a88e8213d0aca85400362df4bd1.zip
api: add metadata for ui events
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 8db35c4590..ebc2a40561 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -48,6 +48,7 @@ version.api_compatible API is backwards-compatible with this level
version.api_prerelease Declares the current API level as unstable >
(version.api_prerelease && fn.since == version.api_level)
functions API function signatures
+ui_events UI event signatures |rpc-remote-ui|
{fn}.since API level where function {fn} was introduced
{fn}.deprecated_since API level where function {fn} was deprecated
types Custom handle types defined by Nvim