comparison src/mbyte.c @ 781:afa9ef8a18a1

updated for version 7.0228
author vimboss
date Sat, 18 Mar 2006 21:33:02 +0000
parents 5a5a080c2776
children d2c169a725c8
comparison
equal deleted inserted replaced
780:4821f16523ba 781:afa9ef8a18a1
4167 4167
4168 /* Don't send it a second time on GDK_KEY_RELEASE. */ 4168 /* Don't send it a second time on GDK_KEY_RELEASE. */
4169 if (event->type != GDK_KEY_PRESS) 4169 if (event->type != GDK_KEY_PRESS)
4170 return TRUE; 4170 return TRUE;
4171 4171
4172 if (map_to_exists_mode((char_u *)"", LANGMAP)) 4172 if (map_to_exists_mode((char_u *)"", LANGMAP, FALSE))
4173 { 4173 {
4174 im_set_active(FALSE); 4174 im_set_active(FALSE);
4175 4175
4176 /* ":lmap" mappings exists, toggle use of mappings. */ 4176 /* ":lmap" mappings exists, toggle use of mappings. */
4177 State ^= LANGMAP; 4177 State ^= LANGMAP;