]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0228
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Mar 2006 21:33:02 +0000 (21:33 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Mar 2006 21:33:02 +0000 (21:33 +0000)
src/mbyte.c

index ab0f6122ddbf62b65babd8cc05efe50817b7c5a1..d8e7cd780b369076b4b349a7ed3214635bc5d999 100644 (file)
@@ -4169,7 +4169,7 @@ xim_queue_key_press_event(GdkEventKey *event, int down)
            if (event->type != GDK_KEY_PRESS)
                return TRUE;
 
-           if (map_to_exists_mode((char_u *)"", LANGMAP))
+           if (map_to_exists_mode((char_u *)"", LANGMAP, FALSE))
            {
                im_set_active(FALSE);