Patch 8.0.1337 (after 8.0.1336)
Problem:    Typo in #ifdef.
Solution:   Fix the #if line.
Files:      src/mbyte.c


*** ../vim-8.0.1336/src/mbyte.c 2017-11-25 15:19:45.093464874 +0100
--- src/mbyte.c 2017-11-25 15:23:43.580242869 +0100
***************
*** 6487,6493 ****
      void
  im_set_active(int active)
  {
! #  ifdef(USE_IM_CONTROL) && defined(FEAT_EVAL)
      if (p_imaf[0] != NUL)
        call_imactivatefunc(p_imdisable ? FALSE : active);
  #  endif
--- 6487,6493 ----
      void
  im_set_active(int active)
  {
! #  if defined(USE_IM_CONTROL) && defined(FEAT_EVAL)
      if (p_imaf[0] != NUL)
        call_imactivatefunc(p_imdisable ? FALSE : active);
  #  endif
*** ../vim-8.0.1336/src/version.c       2017-11-25 15:19:45.097464854 +0100
--- src/version.c       2017-11-25 15:24:20.204053050 +0100
***************
*** 773,774 ****
--- 773,776 ----
  {   /* Add new patch number below this line */
+ /**/
+     1337,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
32. You don't know what sex three of your closest friends are, because they
    have neutral nicknames and you never bothered to ask.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui