1
0
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:
zeertzjq
2022-08-26 10:33:54 +01:00
committed by Bram Moolenaar
parent 2bd9dbc19f
commit 9b7d2a9596
4 changed files with 5 additions and 3 deletions

View File

@@ -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.