diff options
author | ZyX <kp-pav@yandex.ru> | 2015-07-17 00:42:53 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-08-02 19:32:41 +0300 |
commit | 7fbefd585e6bcee6d99baabd077666fc35785d88 (patch) | |
tree | 22019579a513381ec07e2bd952252a746e16c9ac /src/nvim/eval.h | |
parent | 5a7135fa1c31290711b194c33e86e538ce8e131c (diff) | |
download | rneovim-7fbefd585e6bcee6d99baabd077666fc35785d88.tar.gz rneovim-7fbefd585e6bcee6d99baabd077666fc35785d88.tar.bz2 rneovim-7fbefd585e6bcee6d99baabd077666fc35785d88.zip |
eval: Remove most of msgpack* functions limitations
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r-- | src/nvim/eval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h index 75e3b247f3..f3a1c26a5d 100644 --- a/src/nvim/eval.h +++ b/src/nvim/eval.h @@ -65,6 +65,7 @@ enum { VV_PROGPATH, VV_COMMAND_OUTPUT, VV_COMPLETED_ITEM, + VV_MSGPACK_TYPES, VV_LEN, /* number of v: vars */ }; |