summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-01 16:35:45 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-01 16:35:45 +0100
commit27efc62f5d86afcb2ecb7565587fe8dea4b036fe (patch)
tree89ff146617fe7968c41c2cdf552502fa2f462cc4 /src/version.c
parent3d51ce18ab1be4f9f6061568a4e7fabf00b21794 (diff)
patch 9.0.0018: going over the end of the typaheadv9.0.0018
Problem: Going over the end of the typahead. Solution: Put a NUL after the typeahead.
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 5d10909135..6415b59caf 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 */
/**/
+ 18,
+/**/
17,
/**/
16,