aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorDaiki Mizukami <tesaguriguma@gmail.com>2022-03-13 21:36:46 +0900
committerDaiki Mizukami <tesaguriguma@gmail.com>2022-03-14 07:53:42 +0900
commitbe2def41006f1f6395be546cc95c3ada32e7966a (patch)
treedd09d0b18da6b944a6e9d15c45fa759ce1f29ec1 /runtime
parent334a16c79113eec1cb9024a71631e1baa4473582 (diff)
downloadrneovim-be2def41006f1f6395be546cc95c3ada32e7966a.tar.gz
rneovim-be2def41006f1f6395be546cc95c3ada32e7966a.tar.bz2
rneovim-be2def41006f1f6395be546cc95c3ada32e7966a.zip
chore(gen_vimdoc): fall back to `brief_desc_node` when `desc_node` is empty
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/api.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 9c3c143045..6c4d63e4c9 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -594,7 +594,8 @@ nvim__id_float({flt}) *nvim__id_float()*
its argument.
nvim__inspect_cell({grid}, {row}, {col}) *nvim__inspect_cell()*
- TODO: Documentation
+ NB: if your UI doesn't use hlstate, this will not return
+ hlstate first time.
nvim__runtime_inspect() *nvim__runtime_inspect()*
TODO: Documentation