commit | 97b2ad35425fd589c4ff816d1f1161f2f7f6a93d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 21:40:56 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 21:40:56 2006 +0000 |
tree | a0fed79e1bd28b00c32554c62110903d49ac9b20 | |
parent | 658b74a7360cff23939dbf5075b8e18e38c77a81 [diff] [blame] |
updated for version 7.0228
diff --git a/src/edit.c b/src/edit.c index e8396d1..0cac945 100644 --- a/src/edit.c +++ b/src/edit.c
@@ -7251,7 +7251,7 @@ static void ins_ctrl_hat() { - if (map_to_exists_mode((char_u *)"", LANGMAP)) + if (map_to_exists_mode((char_u *)"", LANGMAP, FALSE)) { /* ":lmap" mappings exists, Toggle use of ":lmap" mappings. */ if (State & LANGMAP)