Merge pull request #3034 from ZyX-I/msgpack-eval

msgpack viml functions for dump/restore
This commit is contained in:
Justin M. Keyes
2015-08-03 00:24:10 -04:00
7 changed files with 1646 additions and 14 deletions

View File

@@ -65,6 +65,7 @@ enum {
VV_PROGPATH,
VV_COMMAND_OUTPUT,
VV_COMPLETED_ITEM,
VV_MSGPACK_TYPES,
VV_LEN, /* number of v: vars */
};