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
if (has_mbyte)
bd.textstart += (*mb_ptr2len)(bd.textstart);
else
#endif
++bd.textstart;
++bd.textstart;
}
for ( ; vim_iswhite(*bd.textstart); )
{