dcaee6
To: vim_dev@googlegroups.com
dcaee6
Subject: Patch 7.4.092
dcaee6
Fcc: outbox
dcaee6
From: Bram Moolenaar <Bram@moolenaar.net>
dcaee6
Mime-Version: 1.0
dcaee6
Content-Type: text/plain; charset=UTF-8
dcaee6
Content-Transfer-Encoding: 8bit
dcaee6
------------
dcaee6
dcaee6
Patch 7.4.092 (after 7.4.088)
dcaee6
Problem:    Can't build small version.
dcaee6
Solution:   Add #ifdef where the b_cjk flag is used. (Ken Takata)
dcaee6
Files:      src/spell.c
dcaee6
dcaee6
dcaee6
*** ../vim-7.4.091/src/spell.c	2013-11-12 04:43:57.000000000 +0100
dcaee6
--- src/spell.c	2013-11-14 03:51:24.000000000 +0100
dcaee6
***************
dcaee6
*** 4234,4240 ****
dcaee6
--- 4234,4242 ----
dcaee6
      if (spl_copy == NULL)
dcaee6
  	goto theend;
dcaee6
  
dcaee6
+ #ifdef FEAT_MBYTE
dcaee6
      wp->w_s->b_cjk = 0;
dcaee6
+ #endif
dcaee6
  
dcaee6
      /* Loop over comma separated language names. */
dcaee6
      for (splp = spl_copy; *splp != NUL; )
dcaee6
***************
dcaee6
*** 4246,4252 ****
dcaee6
--- 4248,4256 ----
dcaee6
  
dcaee6
  	if (STRCMP(lang, "cjk") == 0)
dcaee6
  	{
dcaee6
+ #ifdef FEAT_MBYTE
dcaee6
  	    wp->w_s->b_cjk = 1;
dcaee6
+ #endif
dcaee6
  	    continue;
dcaee6
  	}
dcaee6
  
dcaee6
*** ../vim-7.4.091/src/version.c	2013-11-12 18:09:20.000000000 +0100
dcaee6
--- src/version.c	2013-11-14 03:52:18.000000000 +0100
dcaee6
***************
dcaee6
*** 740,741 ****
dcaee6
--- 740,743 ----
dcaee6
  {   /* Add new patch number below this line */
dcaee6
+ /**/
dcaee6
+     92,
dcaee6
  /**/
dcaee6
dcaee6
-- 
dcaee6
ARTHUR: Old woman!
dcaee6
DENNIS: Man!
dcaee6
ARTHUR: Man.  I'm sorry.  Old man, What knight live in that castle over there?
dcaee6
DENNIS: I'm thirty-seven.
dcaee6
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
dcaee6
dcaee6
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
dcaee6
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
dcaee6
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
dcaee6
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///