mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
Remove code defined under USE_IM_CONTROL #ifdefs
This is not being used and should not be part of the core anyway.
This commit is contained in:
@@ -897,10 +897,6 @@ EXTERN int stop_insert_mode; /* for ":stopinsert" and 'insertmode' */
|
||||
|
||||
EXTERN int KeyTyped; /* TRUE if user typed current char */
|
||||
EXTERN int KeyStuffed; /* TRUE if current char from stuffbuf */
|
||||
#ifdef USE_IM_CONTROL
|
||||
EXTERN int vgetc_im_active; /* Input Method was active for last
|
||||
character obtained from vgetc() */
|
||||
#endif
|
||||
EXTERN int maptick INIT(= 0); /* tick for each non-mapped char */
|
||||
|
||||
EXTERN char_u chartab[256]; /* table used in charset.c; See
|
||||
|
Reference in New Issue
Block a user