]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.968 v7.3.968
authorBram Moolenaar <Bram@vim.org>
Sat, 18 May 2013 18:45:59 +0000 (20:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 May 2013 18:45:59 +0000 (20:45 +0200)
Problem:    Multi-byte support is only available when compiled with "big"
            features.
Solution:   Include multi-byte by default, with "normal" features.

src/feature.h
src/version.c

index 5945ca4311009b4a52b438be31a005b2aee16b5b..d4b9aea75a2a6550e60d6200216092393860ea7d 100644 (file)
  * Disabled for EBCDIC:
  * Multibyte support doesn't work on z/OS Unix currently.
  */
-#if (defined(FEAT_BIG) || defined(FEAT_GUI_GTK) || defined(FEAT_ARABIC)) \
+#if (defined(FEAT_NORMAL) || defined(FEAT_GUI_GTK) || defined(FEAT_ARABIC)) \
        && !defined(FEAT_MBYTE) && !defined(WIN16) \
        && SIZEOF_INT >= 4 && !defined(EBCDIC)
 # define FEAT_MBYTE
index 40d144e8551789d7e4a75a0b8dc1ffba1d0f986e..76ea7137af46bccbd97a35060b39ae5eb461fb22 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    968,
 /**/
     967,
 /**/