commit | 4e1d8bd79b87b120bd40afe0eba54a419f8c3aee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 13:10:14 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 13:10:14 2020 +0200 |
tree | 607aae6414e535150f3e7f385e5519a6da063c25 | |
parent | b53da7918c643ef4de1256c37bc8b92413e6dcec [diff] [blame] |
patch 8.2.1335: CTRL-C in the GUI doesn't interrupt Problem: CTRL-C in the GUI doesn't interrupt. (Sergey Vlasov) Solution: Recognize "C" with CTRL modifier as CTRL-C. (issue #6565)
diff --git a/src/version.c b/src/version.c index f65d0fe..931793e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1335, +/**/ 1334, /**/ 1333,