1
0
forked from aniani/vim

updated for version 7.2-292

This commit is contained in:
Bram Moolenaar
2009-11-11 16:22:28 +00:00
parent 5462018872
commit be1138baba
2 changed files with 4 additions and 1 deletions

View File

@@ -422,8 +422,9 @@ shift_block(oap, amount)
#ifdef FEAT_MBYTE #ifdef FEAT_MBYTE
if (has_mbyte) if (has_mbyte)
bd.textstart += (*mb_ptr2len)(bd.textstart); bd.textstart += (*mb_ptr2len)(bd.textstart);
else
#endif #endif
++bd.textstart; ++bd.textstart;
} }
for ( ; vim_iswhite(*bd.textstart); ) for ( ; vim_iswhite(*bd.textstart); )
{ {

View File

@@ -681,6 +681,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 */
/**/
292,
/**/ /**/
291, 291,
/**/ /**/