From b172f9904f03331041c1c53d5c243e7c9b7c4284 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 31 Oct 2016 02:03:37 +0100 Subject: doc: eval/typval_encode.h Annotate TYPVAL_ENCODE_DEFINE_CONV_FUNCTIONS to aid code navigation. --- src/nvim/eval.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nvim/eval.c') diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 512555eac1..417a38e906 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -18096,6 +18096,8 @@ void free_tv(typval_T *varp) #define TYPVAL_ENCODE_CONV_RECURSE(ignored1, ignored2) +// nothing_convert_one_value() +// encode_vim_to_nothing() TYPVAL_ENCODE_DEFINE_CONV_FUNCTIONS(static, nothing, void *, ignored) #undef TYPVAL_ENCODE_ALLOW_SPECIALS -- cgit