commit | 4dbc2627641a6b950c30c31cbf7b7e6c36da1927 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 02 11:59:15 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 02 11:59:15 2018 +0100 |
tree | 01a06742db92d299a694a3f7a3813df95834b593 | |
parent | f7acf2b63ce91ea802dbcf0618f0cdee80993468 [diff] [blame] |
patch 8.1.0504: when CTRL-C is mapped it triggers InsertLeave Problem: When CTRL-C is mapped it triggers InsertLeave. Solution: Make CTRL-C behave the same way when typed or used in a mapping.
diff --git a/src/version.c b/src/version.c index bc22e73..2c06a0f 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 504, +/**/ 503, /**/ 502,