File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 12891289
12901290// -- Input Method ----------------------------------------------------------
12911291
1292- #if defined(USE_IM_CONTROL )
1292+ #if defined(FEAT_MBYTE )
12931293
12941294 void
12951295im_set_position (int row, int col)
13271327 return [[MMBackend sharedInstance ] imState ];
13281328}
13291329
1330- #endif // defined(USE_IM_CONTROL )
1330+ #endif // defined(FEAT_MBYTE )
13311331
13321332
13331333
Original file line number Diff line number Diff line change @@ -591,7 +591,7 @@ EXTERN int p_icon; /* 'icon' */
591591EXTERN char_u * p_iconstring ; /* 'iconstring' */
592592#endif
593593EXTERN int p_ic ; /* 'ignorecase' */
594- #if defined(FEAT_XIM ) && defined(FEAT_GUI_GTK )
594+ #if defined(FEAT_XIM ) && ( defined(FEAT_GUI_GTK ) || defined( FEAT_GUI_MACVIM ) )
595595EXTERN char_u * p_imak ; /* 'imactivatekey' */
596596#define IM_ON_THE_SPOT 0L
597597#define IM_OVER_THE_SPOT 1L
You can’t perform that action at this time.
0 commit comments