0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

updated for version 7.2b-001

This commit is contained in:
Bram Moolenaar
2008-07-14 09:52:40 +00:00
parent c236c16d08
commit b713283225
2 changed files with 2 additions and 6 deletions

View File

@@ -2448,8 +2448,6 @@ dbcs_head_off(base, p)
return (q == p) ? 0 : 1; 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 * Special version of dbcs_head_off() that works for ScreenLines[], where
* single-width DBCS_JPNU characters are stored separately. * single-width DBCS_JPNU characters are stored separately.
@@ -2484,7 +2482,6 @@ dbcs_screen_head_off(base, p)
} }
return (q == p) ? 0 : 1; return (q == p) ? 0 : 1;
} }
#endif
int int
utf_head_off(base, p) utf_head_off(base, p)
@@ -2934,8 +2931,6 @@ mb_lefthalve(row, col)
LineOffset[row] + screen_Columns) > 1; 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 * 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. * char move it to the left halve. Returns the corrected column.
@@ -2957,7 +2952,6 @@ mb_fix_col(col, row)
return col; return col;
} }
#endif #endif
#endif
#if defined(FEAT_MBYTE) || defined(FEAT_POSTSCRIPT) || defined(PROTO) #if defined(FEAT_MBYTE) || defined(FEAT_POSTSCRIPT) || defined(PROTO)
static int enc_alias_search __ARGS((char_u *name)); static int enc_alias_search __ARGS((char_u *name));

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1,
/**/ /**/
0 0
}; };