commit | 48a687148c4649f6f55b36a1f4111041e7207235 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 12 14:42:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 12 14:42:02 2020 +0200 |
tree | c36291ac765ffc2fd28529bf23e9c999db8a42e4 | |
parent | c3fd98cf8e43d48a322402d08fa83444c2b0a4a6 [diff] [blame] |
patch 8.2.0742: handling of a TERM signal not tested Problem: Handling of a TERM signal not tested. Solution: Add a test for SIGTERM. (Dominique Pelle, closes #6055)
diff --git a/src/version.c b/src/version.c index f71d1c4..41f857f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 742, +/**/ 741, /**/ 740,