diff options
author | Gregory Anders <greg@gpanders.com> | 2021-11-29 20:31:19 -0700 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2021-11-30 09:03:41 +0100 |
commit | b6e531c1d90da143d4351442baee8fef0479a6f7 (patch) | |
tree | 22560e5c2bdf16240104901cbcdaccc939a53391 /runtime/doc/lua.txt | |
parent | bc1d13bb368298988e87983307e6d92f20441f56 (diff) | |
download | rneovim-b6e531c1d90da143d4351442baee8fef0479a6f7.tar.gz rneovim-b6e531c1d90da143d4351442baee8fef0479a6f7.tar.bz2 rneovim-b6e531c1d90da143d4351442baee8fef0479a6f7.zip |
docs(lsp): add annotations for private functions
Diffstat (limited to 'runtime/doc/lua.txt')
-rw-r--r-- | runtime/doc/lua.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index 70f0faf11c..630df16e79 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -1190,9 +1190,6 @@ defer_fn({fn}, {timeout}) *vim.defer_fn()* Return: ~ timer luv timer object -insert_keys({obj}) *vim.insert_keys()* - TODO: Documentation - inspect({object}, {options}) *vim.inspect()* Return a human-readable representation of the given object. @@ -1365,9 +1362,6 @@ is_callable({f}) *vim.is_callable()* Return: ~ true if `f` is callable, else false -is_valid({opt}) *vim.is_valid()* - TODO: Documentation - list_extend({dst}, {src}, {start}, {finish}) *vim.list_extend()* Extends a list-like table with the values of another list-like table. |