summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-06-23 21:13:20 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-23 21:13:20 +0200
commit44dea9da4b2a21dd1e03f2bd94b4f2679d4613e5 (patch)
tree19cdd3171b8e2e9907670ffe1a23e48017607322 /src/version.c
parent18d46587b985923ef4b90b19a0cf37a094607fec (diff)
patch 8.2.3041: detecting if the process of a swap file is running failsv8.2.3041
Problem: Detecting if the process of a swap file is running fails if the process is owned by another user. Solution: Check for the ESRCH error. (closes #8436)
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 bf3331238c..79f05ccf78 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3041,
+/**/
3040,
/**/
3039,