commit | bad8804cdd739a5a7321b8411ad7fd4f45741b54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 20:54:32 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 20:54:32 2020 +0100 |
tree | 5ebb0a983c9f0523f3c2a502f116955e8b67c670 | |
parent | ab505b1a4868b3e21356f95a275537551700c955 [diff] [blame] |
patch 8.2.0433: INT signal not properly tested Problem: INT signal not properly tested. Solution: Add a test. Also clean up some unnecessary lines. (Dominique Pelle, closes #5828)
diff --git a/src/version.c b/src/version.c index 236e6f7..b8552ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 433, +/**/ 432, /**/ 431,