Karsten Hopp 07869a
To: vim_dev@googlegroups.com
Karsten Hopp 07869a
Subject: Patch 7.3.968
Karsten Hopp 07869a
Fcc: outbox
Karsten Hopp 07869a
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 07869a
Mime-Version: 1.0
Karsten Hopp 07869a
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 07869a
Content-Transfer-Encoding: 8bit
Karsten Hopp 07869a
------------
Karsten Hopp 07869a
Karsten Hopp 07869a
Patch 7.3.968
Karsten Hopp 07869a
Problem:    Multi-byte support is only available when compiled with "big"
Karsten Hopp 07869a
	    features.
Karsten Hopp 07869a
Solution:   Include multi-byte by default, with "normal" features.
Karsten Hopp 07869a
Files:	    src/feature.h
Karsten Hopp 07869a
Karsten Hopp 07869a
Karsten Hopp 07869a
*** ../vim-7.3.967/src/feature.h	2013-05-06 04:21:35.000000000 +0200
Karsten Hopp 07869a
--- src/feature.h	2013-05-18 20:18:20.000000000 +0200
Karsten Hopp 07869a
***************
Karsten Hopp 07869a
*** 638,644 ****
Karsten Hopp 07869a
   * Disabled for EBCDIC:
Karsten Hopp 07869a
   * Multibyte support doesn't work on z/OS Unix currently.
Karsten Hopp 07869a
   */
Karsten Hopp 07869a
! #if (defined(FEAT_BIG) || defined(FEAT_GUI_GTK) || defined(FEAT_ARABIC)) \
Karsten Hopp 07869a
  	&& !defined(FEAT_MBYTE) && !defined(WIN16) \
Karsten Hopp 07869a
  	&& SIZEOF_INT >= 4 && !defined(EBCDIC)
Karsten Hopp 07869a
  # define FEAT_MBYTE
Karsten Hopp 07869a
--- 638,644 ----
Karsten Hopp 07869a
   * Disabled for EBCDIC:
Karsten Hopp 07869a
   * Multibyte support doesn't work on z/OS Unix currently.
Karsten Hopp 07869a
   */
Karsten Hopp 07869a
! #if (defined(FEAT_NORMAL) || defined(FEAT_GUI_GTK) || defined(FEAT_ARABIC)) \
Karsten Hopp 07869a
  	&& !defined(FEAT_MBYTE) && !defined(WIN16) \
Karsten Hopp 07869a
  	&& SIZEOF_INT >= 4 && !defined(EBCDIC)
Karsten Hopp 07869a
  # define FEAT_MBYTE
Karsten Hopp 07869a
*** ../vim-7.3.967/src/version.c	2013-05-17 21:20:13.000000000 +0200
Karsten Hopp 07869a
--- src/version.c	2013-05-18 20:21:19.000000000 +0200
Karsten Hopp 07869a
***************
Karsten Hopp 07869a
*** 730,731 ****
Karsten Hopp 07869a
--- 730,733 ----
Karsten Hopp 07869a
  {   /* Add new patch number below this line */
Karsten Hopp 07869a
+ /**/
Karsten Hopp 07869a
+     968,
Karsten Hopp 07869a
  /**/
Karsten Hopp 07869a
Karsten Hopp 07869a
-- 
Karsten Hopp 07869a
VOICE OVER: As the horrendous Black Beast lunged forward, escape for Arthur
Karsten Hopp 07869a
            and his knights seemed hopeless,  when, suddenly ... the animator
Karsten Hopp 07869a
            suffered a fatal heart attack.
Karsten Hopp 07869a
ANIMATOR:   Aaaaagh!
Karsten Hopp 07869a
VOICE OVER: The cartoon peril was no more ... The Quest for Holy Grail could
Karsten Hopp 07869a
            continue.
Karsten Hopp 07869a
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
Karsten Hopp 07869a
Karsten Hopp 07869a
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 07869a
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 07869a
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 07869a
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///