commit | fb1f62691eae7c79a28b3b17a60e72ce198c71a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 20:24:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 20:24:32 2016 +0100 |
tree | 92456937dc3d372bf30b97df3c5b5148ea2a8243 | |
parent | 155500077c80cdb5d9c63996000c011b66a676bf [diff] [blame] |
patch 7.4.1229 Problem: "eval" and "expr" channel commands don't work yet. Solution: Implement them. Update the error numbers. Also add "redraw".
diff --git a/src/proto/json.pro b/src/proto/json.pro index 0663545..48ce9ad 100644 --- a/src/proto/json.pro +++ b/src/proto/json.pro
@@ -1,4 +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); /* vim: set ft=c : */