1
0
forked from aniani/vim

updated for version 7.0228

This commit is contained in:
Bram Moolenaar
2006-03-18 21:33:02 +00:00
parent 8d6ea5eb4f
commit 658b74a736

View File

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