aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-06-02 23:01:21 +0200
committerGitHub <noreply@github.com>2022-06-02 23:01:21 +0200
commit9745941ef620da86bf18f965f85e8fc2ce8206b5 (patch)
tree083649c7f958c9292b4fe6307d97d08e52358156 /runtime
parent26966688aa622b448e3ef46d8f1155d57b099211 (diff)
parentd5f047bee04a42f40425c34061c84b39af846e1f (diff)
downloadrneovim-9745941ef620da86bf18f965f85e8fc2ce8206b5.tar.gz
rneovim-9745941ef620da86bf18f965f85e8fc2ce8206b5.tar.bz2
rneovim-9745941ef620da86bf18f965f85e8fc2ce8206b5.zip
Merge pull request #18730 from bfredl/apiconvert
convert API types using mpack instead of msgpack
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 4dbb3a9a30..60d7528602 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -638,6 +638,12 @@ nvim__stats() *nvim__stats()*
Return: ~
Map of various internal stats.
+nvim__unpack({str}) *nvim__unpack()*
+ TODO: Documentation
+
+ Attributes: ~
+ |api-fast|
+
nvim_call_atomic({calls}) *nvim_call_atomic()*
Calls many API methods atomically.