Blame SOURCES/7.4.092

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