commit | 651863c94a882a97aec7968fc87a638ff78e56ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 14 12:44:41 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 14 12:44:41 2015 +0100 |
tree | 8b7e256d3ed933795b4442f140930734a414863e | |
parent | 8be6388b7649d9378cd1ba1627a4b0aed61b86e7 [diff] [blame] |
updated for version 7.4.569 Problem: Having CTRL-C interrupt or not does not check the mode of the mapping. (Ingo Karkat) Solution: Use a bitmask with the map mode. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 4f9777f..a1b1494 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 569, +/**/ 568, /**/ 567,