commit | 9645e2d9fc8a591f1db30383caccf71d40e0810c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 20:48:49 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 20:48:49 2020 +0100 |
tree | 8b8d4d8374a9c5d2f0f0ce71893d75cfc427f4bc | |
parent | f1ec378b014efb9897422c40369a6462163a512a [diff] [blame] |
patch 8.2.0421: interrupting with CTRL-C does not always work Problem: Interrupting with CTRL-C does not always work. Solution: Recognize CTRL-C while modifyOtherKeys is set.
diff --git a/src/version.c b/src/version.c index 1ad99cf..986a29f 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 421, +/**/ 420, /**/ 419,