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/testdir/test_mapping.ok b/src/testdir/test_mapping.ok index 8d94976..cd0e2e1 100644 --- a/src/testdir/test_mapping.ok +++ b/src/testdir/test_mapping.ok
@@ -1,4 +1,6 @@ test starts here: vim +TEST2: CTRL-C |<ctrl-c>A| + + +