forked from aniani/vim
patch 7.4.1231
Problem: JSON messages are not parsed properly. Solution: Queue received messages.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* json.c */
|
||||
char_u *json_encode(typval_T *val);
|
||||
char_u *json_encode_nr_expr(int nr, typval_T *val);
|
||||
void json_decode(js_read_T *reader, typval_T *res);
|
||||
int json_decode(js_read_T *reader, typval_T *res);
|
||||
/* vim: set ft=c : */
|
||||
|
||||
Reference in New Issue
Block a user