summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-02-26 20:15:18 +0100
committerBram Moolenaar <Bram@vim.org>2020-02-26 20:15:18 +0100
commitb35efa5ed040162f5c988c71dfc1159045e47585 (patch)
treedf4c2a1b3c97337afd1351672c27c0759c3d5bbb /src/version.c
parentad39c094d261109a695aba2c4f19fe336736cc55 (diff)
patch 8.2.0322: Vim9: error checks not testedv8.2.0322
Problem: Vim9: error checks not tested. Solution: Add more test cases. Avoid error for function loaded later.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index beceb6da80..258cab24f6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 322,
+/**/
321,
/**/
320,