summaryrefslogtreecommitdiffstats
path: root/src/gui_xim.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-08-26 10:33:54 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-26 10:33:54 +0100
commit9b7d2a959646560f5770329f4428c4739eed4656 (patch)
treec5fa6511c16a9429fc9c35bf20b7661416d73705 /src/gui_xim.c
parent2bd9dbc19fc67395cfa1226dda7326071ab22464 (diff)
patch 9.0.0271: using INIT() in non-header filesv9.0.0271
Problem: Using INIT() in non-header files. Solution: Remove INIT(). (closes #10981)
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.