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 f0b03c4 commit cb89c98Copy full SHA for cb89c98
2 files changed
src/gui.c
@@ -1136,7 +1136,7 @@ gui_update_cursor(
1136
if (id > 0)
1137
{
1138
cattr = syn_id2colors(id, &cfg, &cbg);
1139
-#if defined(FEAT_MBYTE) || defined(FEAT_HANGULIN)
+#if defined(FEAT_XIM) || defined(FEAT_HANGULIN)
1140
1141
static int iid;
1142
guicolor_T fg, bg;
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
+ 1401,
776
/**/
777
1400,
778
0 commit comments