comparison src/version.c @ 25008:50c6b0250c04 v8.2.3041

patch 8.2.3041: detecting if the process of a swap file is running fails Commit: https://github.com/vim/vim/commit/44dea9da4b2a21dd1e03f2bd94b4f2679d4613e5 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 23 21:13:20 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Jun 2021 21:15:03 +0200
parents 496221916885
children a4647ee8e163
comparison
equal deleted inserted replaced
25007:e7ade92e9674 25008:50c6b0250c04
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3041,
758 /**/ 760 /**/
759 3040, 761 3040,
760 /**/ 762 /**/
761 3039, 763 3039,
762 /**/ 764 /**/