diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-12-11 02:04:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-11 02:04:33 +0100 |
commit | 29e651515fec1a4bc2cd41ed1c04eb5d03250525 (patch) | |
tree | 1ee201e49b49d9d2b9440fa92e5bdfb9b53dff04 /src/nvim/api/private/helpers.c | |
parent | 0fe89fc9d777d4b07684c33eb07b304e1e8285e3 (diff) | |
parent | e427cdf2d4799971cf45b36ea7344f37f115d02b (diff) | |
download | rneovim-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.c | 2 |
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 |