commit | f7e7302acb20b6ef6caa0740da1450b677ac91fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 13:10:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 13:10:04 2022 +0100 |
tree | cce4273089bee09073096659b89e75a2d83ab55f | |
parent | d3eafdd7098e5e47a3e93474a624cb0ba1a874c9 [diff] [blame] |
patch 9.0.0571: MS-Windows: CTRL-C can make Vim exit Problem: MS-Windows: CTRL-C can make Vim exit. Solution: Check the not-a-term argument.
diff --git a/src/version.c b/src/version.c index 1cbf551..ad6a9ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 571, +/**/ 570, /**/ 569,