summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-11-29 17:35:35 +0100
committerBram Moolenaar <Bram@vim.org>2015-11-29 17:35:35 +0100
commit43345546ae63710441f066648b8485fb545b3801 (patch)
tree6856441fbdb36ee40e5225b97b1e0e698fc72d62 /src/vim.h
parent48a969b48898fb08dce636c6b918408c6fbd3ea0 (diff)
downloadvim-git-43345546ae63710441f066648b8485fb545b3801.tar.gz
patch 7.4.944v7.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.
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vim.h b/src/vim.h
index 809f3121d..729c45a54 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -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