summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-04 13:37:07 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-04 13:37:07 +0100
commit54e5fed6d27b747ff152cdb6edfb72ff60e70939 (patch)
tree865527f536591729b79b0a0edf3e67dfbcf972df /src/version.c
parent288ed23e3929ff55a8ae30db0ba3f57b6f119dc8 (diff)
patch 9.0.0035: spell dump may go beyond end of an arrayv9.0.0035
Problem: Spell dump may go beyond end of an array. Solution: Limit the word length.
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 180a4cf8c9..e22fb5673c 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 */
/**/
+ 35,
+/**/
34,
/**/
33,