diff src/ops.c @ 1995:92809ecb9a47 v7.2.292

updated for version 7.2-292
author vimboss
date Wed, 11 Nov 2009 16:22:28 +0000
parents b1b09b68d706
children 91fff9db214e
line wrap: on
line diff
--- 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); )
 	{