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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user