commit | 9a95bdc52a464df219bd496396632f724bafcfe0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 09 13:36:16 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 09 13:36:16 2014 +0200 |
tree | 6bf81a025db6f0b53c0107672c9aa11ceadc6eb0 | |
parent | 404406ad6ba4192262caa54cf5d90b664349aa28 [diff] [blame] |
updated for version 7.4.468 Problem: Issue 26: CTRL-C does not interrupt after it was mapped and then unmapped. Solution: Reset mapped_ctrl_c. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 5979660..83887f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 468, +/**/ 467, /**/ 466,