summaryrefslogtreecommitdiffstats
path: root/src/gui_xim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_xim.c')
-rw-r--r--src/gui_xim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_xim.c b/src/gui_xim.c
index 4d8706a100..d384cbc059 100644
--- a/src/gui_xim.c
+++ b/src/gui_xim.c
@@ -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.