diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-02-13 21:57:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-13 21:57:15 +0100 |
commit | 0daa45bd4403211e893ea774121a36e206abe0ad (patch) | |
tree | da2298632595dc2d42c921a323ebd63978c27b82 /runtime/doc/api.txt | |
parent | 0f1bc5ddceb50ca8f96d91aabf8157d9758af0cd (diff) | |
parent | 6e5cb0debd23693175bd05409d3f1af4015567df (diff) | |
download | rneovim-0daa45bd4403211e893ea774121a36e206abe0ad.tar.gz rneovim-0daa45bd4403211e893ea774121a36e206abe0ad.tar.bz2 rneovim-0daa45bd4403211e893ea774121a36e206abe0ad.zip |
Merge pull request #7759 from bfredl/ext_options
ui: refactor external widget options
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r-- | runtime/doc/api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index fd6918de43..f828f2cdc1 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -49,6 +49,7 @@ 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 |ui| +ui_options Supported |ui-options| {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 |