summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-11 11:49:22 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-11 11:49:22 +0100
commitf5fec05c7fd0df4c934a838e82882e601dc920cb (patch)
tree74784b4dea1eba5a74dc5b94e77e61e27ecea097 /src/version.c
parent88b79cb7d47e2e1fee1baf4016c50b861e6b21c4 (diff)
patch 9.0.0440: crash when using mkdir() with "R" flag in compiled functionv9.0.0440
Problem: Crash when using mkdir() with "R" flag in compiled function. Solution: Reserve a variable for deferred function calls. Handle more than one argument.
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 3345c21c43..02e55d96dd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 440,
+/**/
439,
/**/
438,