aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/encode.c
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2016-02-13 21:39:28 +0300
committerZyX <kp-pav@yandex.ru>2016-04-18 02:48:20 +0300
commit2f67786796d5fb4237f4b0258ec3db0982cc7f53 (patch)
treedc8a7d2f10ce72316a8e1162ab160de7dc3aa1fb /src/nvim/eval/encode.c
parentf1ced96c28b7db7b3dad9b0ca2f71f8d046ef732 (diff)
downloadrneovim-2f67786796d5fb4237f4b0258ec3db0982cc7f53.tar.gz
rneovim-2f67786796d5fb4237f4b0258ec3db0982cc7f53.tar.bz2
rneovim-2f67786796d5fb4237f4b0258ec3db0982cc7f53.zip
eval: Rename json* functions to json_*
Diffstat (limited to 'src/nvim/eval/encode.c')
-rw-r--r--src/nvim/eval/encode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/encode.c b/src/nvim/eval/encode.c
index e3d0bf69b2..a131f5c3c1 100644
--- a/src/nvim/eval/encode.c
+++ b/src/nvim/eval/encode.c
@@ -1020,7 +1020,7 @@ static inline int convert_to_json_string(garray_T *const gap,
"attempt to dump function reference"), \
mpstack, objname)
-/// Check whether given key can be used in jsonencode()
+/// Check whether given key can be used in json_encode()
///
/// @param[in] tv Key to check.
static inline bool check_json_key(const typval_T *const tv)