comparison src/ex_getln.c @ 782:d20041a02ee5

updated for version 7.0228
author vimboss
date Sat, 18 Mar 2006 21:40:56 +0000
parents aaaca5077255
children 95dac6af3b3a
comparison
equal deleted inserted replaced
781:afa9ef8a18a1 782:d20041a02ee5
983 ui_cursor_shape(); /* may show different cursor shape */ 983 ui_cursor_shape(); /* may show different cursor shape */
984 #endif 984 #endif
985 goto cmdline_not_changed; 985 goto cmdline_not_changed;
986 986
987 case Ctrl_HAT: 987 case Ctrl_HAT:
988 if (map_to_exists_mode((char_u *)"", LANGMAP)) 988 if (map_to_exists_mode((char_u *)"", LANGMAP, FALSE))
989 { 989 {
990 /* ":lmap" mappings exists, toggle use of mappings. */ 990 /* ":lmap" mappings exists, toggle use of mappings. */
991 State ^= LANGMAP; 991 State ^= LANGMAP;
992 #ifdef USE_IM_CONTROL 992 #ifdef USE_IM_CONTROL
993 im_set_active(FALSE); /* Disable input method */ 993 im_set_active(FALSE); /* Disable input method */