]> granicus.if.org Git - vim/commit
patch 8.2.3041: detecting if the process of a swap file is running fails v8.2.3041
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Jun 2021 19:13:20 +0000 (21:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Jun 2021 19:13:20 +0000 (21:13 +0200)
commit44dea9da4b2a21dd1e03f2bd94b4f2679d4613e5
tree19cdd3171b8e2e9907670ffe1a23e48017607322
parent18d46587b985923ef4b90b19a0cf37a094607fec
patch 8.2.3041: detecting if the process of a swap file is running fails

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)
src/os_unix.c
src/version.c