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 6315a9a commit 50d4315Copy full SHA for 50d4315
2 files changed
src/mbyte.c
@@ -6487,7 +6487,7 @@ im_get_status()
6487
void
6488
im_set_active(int active)
6489
{
6490
-# ifdef(USE_IM_CONTROL) && defined(FEAT_EVAL)
+# if defined(USE_IM_CONTROL) && defined(FEAT_EVAL)
6491
if (p_imaf[0] != NUL)
6492
call_imactivatefunc(p_imdisable ? FALSE : active);
6493
# endif
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
+ 1337,
776
/**/
777
1336,
778
0 commit comments