0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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.
This commit is contained in:
Bram Moolenaar
2015-11-29 17:35:35 +01:00
parent 48a969b488
commit 43345546ae
8 changed files with 294 additions and 7 deletions

View File

@@ -1902,7 +1902,8 @@ typedef int proftime_T; /* dummy for function prototypes */
#define VV_OPTION_NEW 59
#define VV_OPTION_OLD 60
#define VV_OPTION_TYPE 61
#define VV_LEN 62 /* number of v: vars */
#define VV_ERRORS 62
#define VV_LEN 63 /* number of v: vars */
#ifdef FEAT_CLIPBOARD