aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-12-11 02:04:33 +0100
committerGitHub <noreply@github.com>2016-12-11 02:04:33 +0100
commit29e651515fec1a4bc2cd41ed1c04eb5d03250525 (patch)
tree1ee201e49b49d9d2b9440fa92e5bdfb9b53dff04 /src/nvim/api/private/helpers.c
parent0fe89fc9d777d4b07684c33eb07b304e1e8285e3 (diff)
parente427cdf2d4799971cf45b36ea7344f37f115d02b (diff)
downloadrneovim-29e651515fec1a4bc2cd41ed1c04eb5d03250525.tar.gz
rneovim-29e651515fec1a4bc2cd41ed1c04eb5d03250525.tar.bz2
rneovim-29e651515fec1a4bc2cd41ed1c04eb5d03250525.zip
Merge #5752 from justinmk/doc
doc: api_info(), typval_encode.h
Diffstat (limited to 'src/nvim/api/private/helpers.c')
-rw-r--r--src/nvim/api/private/helpers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/api/private/helpers.c b/src/nvim/api/private/helpers.c
index bd83b1ff1d..72db7c0782 100644
--- a/src/nvim/api/private/helpers.c
+++ b/src/nvim/api/private/helpers.c
@@ -472,6 +472,8 @@ static inline void typval_encode_dict_end(EncodedData *const edata)
#define TYPVAL_ENCODE_CONV_RECURSE(val, conv_type) \
TYPVAL_ENCODE_CONV_NIL()
+// object_convert_one_value()
+// encode_vim_to_object()
TYPVAL_ENCODE_DEFINE_CONV_FUNCTIONS(static, object, EncodedData *const, edata)
#undef TYPVAL_ENCODE_CONV_STRING