# HG changeset patch # User vimboss # Date 1257956548 0 # Node ID 92809ecb9a476994296e51001486b3934561fc87 # Parent 439f44b874a731461a187dc720edc0c663ab47b2 updated for version 7.2-292 diff --git a/src/ops.c b/src/ops.c --- a/src/ops.c +++ b/src/ops.c @@ -422,8 +422,9 @@ shift_block(oap, amount) #ifdef FEAT_MBYTE if (has_mbyte) bd.textstart += (*mb_ptr2len)(bd.textstart); -#endif - ++bd.textstart; + else +#endif + ++bd.textstart; } for ( ; vim_iswhite(*bd.textstart); ) { diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -682,6 +682,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 292, +/**/ 291, /**/ 290,