summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-04 11:03:07 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-04 11:03:07 +0100
commit288ed23e3929ff55a8ae30db0ba3f57b6f119dc8 (patch)
tree04bcea7f4c7694e7e2a2c8db7589b3d3e49b73ce /src/version.c
parent4dd9252d6f0e93c9118c808bd47f407d581947a8 (diff)
patch 9.0.0034: spell tests do not always clear the word listv9.0.0034
Problem: Spell tests do not always clear the word list. Solution: Clear the word list in TearDown(). (closes #10659)
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 419e25f6d3..180a4cf8c9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 34,
+/**/
33,
/**/
32,