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 83799a7 commit 281c93eCopy full SHA for 281c93e
2 files changed
src/mbyte.c
@@ -6473,7 +6473,7 @@ xim_get_status_area_height(void)
6473
6474
#else /* !defined(FEAT_XIM) */
6475
6476
-# ifndef FEAT_GUI_W32
+# if !defined(FEAT_GUI_W32) || !(defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))
6477
static int im_was_set_active = FALSE;
6478
6479
int
@@ -6499,6 +6499,13 @@ im_set_active(int active_arg)
6499
}
6500
# endif
6501
6502
+
6503
+# ifdef FEAT_GUI
6504
+ void
6505
+im_set_position(int row, int col)
6506
+{
6507
+}
6508
+# endif
6509
6510
6511
#endif /* FEAT_XIM */
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
+ 1340,
776
/**/
777
1339,
778
0 commit comments