vim-patch:7.4.944

Problem:    Writing tests for Vim script is hard.
Solution:   Add assertEqual(), assertFalse() and assertTrue() functions.  Add
            the v:errors variable.  Add the runtest script. Add a first new
            style test script.

43345546ae
This commit is contained in:
watiko
2015-12-13 12:19:54 +09:00
parent 50db0312f9
commit 593df501b3
8 changed files with 262 additions and 5 deletions

View File

@@ -111,6 +111,7 @@ enum {
VV_OPTION_NEW,
VV_OPTION_OLD,
VV_OPTION_TYPE,
VV_ERRORS,
VV_MSGPACK_TYPES,
VV_LEN, /* number of v: vars */
};