diff options
author | Daiki Mizukami <tesaguriguma@gmail.com> | 2022-03-13 21:36:46 +0900 |
---|---|---|
committer | Daiki Mizukami <tesaguriguma@gmail.com> | 2022-03-14 07:53:42 +0900 |
commit | be2def41006f1f6395be546cc95c3ada32e7966a (patch) | |
tree | dd09d0b18da6b944a6e9d15c45fa759ce1f29ec1 /runtime/doc/api.txt | |
parent | 334a16c79113eec1cb9024a71631e1baa4473582 (diff) | |
download | rneovim-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/doc/api.txt')
-rw-r--r-- | runtime/doc/api.txt | 3 |
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 |