Problem: Using INIT() in non-header files.
Solution: Remove INIT(). (closes #10981)
#ifdef FEAT_CMDWIN
static int open_cmdwin(void);
-static int cedit_key INIT(= -1); // key value of 'cedit' option
+static int cedit_key = -1; // key value of 'cedit' option
#endif
#if defined(FEAT_XIM) || defined(PROTO)
# if defined(FEAT_GUI_GTK) || defined(PROTO)
-static int xim_has_preediting INIT(= FALSE); // IM current status
+static int xim_has_preediting = FALSE; // IM current status
/*
* Set preedit_start_col to the current cursor position.
// TRUE when lc_jump_env is valid.
// Volatile because it is used in signal handler deathtrap().
-static volatile sig_atomic_t lc_active INIT(= FALSE);
+static volatile sig_atomic_t lc_active = FALSE;
/*
* A simplistic version of setjmp() that only allows one level of using.
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 271,
/**/
270,
/**/