We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7b906 commit 28944feCopy full SHA for 28944fe
2 files changed
src/gui.c
@@ -1137,13 +1137,13 @@ gui_update_cursor(
1137
if (id > 0)
1138
{
1139
cattr = syn_id2colors(id, &cfg, &cbg);
1140
-#if defined(FEAT_XIM) || defined(FEAT_HANGULIN)
+#if defined(FEAT_MBYTE) || defined(FEAT_HANGULIN)
1141
1142
static int iid;
1143
guicolor_T fg, bg;
1144
1145
if (
1146
-# if defined(FEAT_GUI_GTK) && !defined(FEAT_HANGULIN)
+# if defined(FEAT_GUI_GTK) && defined(FEAT_XIM) && !defined(FEAT_HANGULIN)
1147
preedit_get_status()
1148
# else
1149
im_get_status()
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1471,
776
/**/
777
1470,
778
0 commit comments