forked from aniani/vim
patch 9.0.0271: using INIT() in non-header files
Problem: Using INIT() in non-header files. Solution: Remove INIT(). (closes #10981)
This commit is contained in:
@@ -154,7 +154,7 @@ set_ref_in_im_funcs(int copyID UNUSED)
|
||||
#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.
|
||||
|
Reference in New Issue
Block a user