updated for version 7.2b-001 v7.2b.001
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Jul 2008 09:52:40 +0000 (09:52 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Jul 2008 09:52:40 +0000 (09:52 +0000)
src/mbyte.c
src/version.c

index 38bec9d8bd147c0fdfbbfc601090f45d40c542d6..a2100b0f5dfc5ee3c74901e777808eaaa504d71d 100644 (file)
@@ -2448,8 +2448,6 @@ dbcs_head_off(base, p)
     return (q == p) ? 0 : 1;
 }
 
-#if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \
-       || defined(PROTO)
 /*
  * Special version of dbcs_head_off() that works for ScreenLines[], where
  * single-width DBCS_JPNU characters are stored separately.
@@ -2484,7 +2482,6 @@ dbcs_screen_head_off(base, p)
     }
     return (q == p) ? 0 : 1;
 }
-#endif
 
     int
 utf_head_off(base, p)
@@ -2934,8 +2931,6 @@ mb_lefthalve(row, col)
                                        LineOffset[row] + screen_Columns) > 1;
 }
 
-# if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \
-       || defined(PROTO)
 /*
  * Correct a position on the screen, if it's the right halve of a double-wide
  * char move it to the left halve.  Returns the corrected column.
@@ -2956,7 +2951,6 @@ mb_fix_col(col, row)
        return col - 1;
     return col;
 }
-# endif
 #endif
 
 #if defined(FEAT_MBYTE) || defined(FEAT_POSTSCRIPT) || defined(PROTO)
index 21d7b143c23093b535b98a4bac438adc1a0eac2f..c8565c447a9f2989015e6f0fdeb5b2cb4720f744 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1,
 /**/
     0
 };