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,6 +422,7 @@ shift_block(oap, amount)
#ifdef FEAT_MBYTE
if (has_mbyte)
bd.textstart += (*mb_ptr2len)(bd.textstart);
else
#endif
++bd.textstart;
}

View File

@@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
292,
/**/
291,
/**/