]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-292 v7.2.292
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Nov 2009 16:22:28 +0000 (16:22 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Nov 2009 16:22:28 +0000 (16:22 +0000)
src/ops.c
src/version.c

index e5db31347ca4495482d7a354f28838fa0bc613c8..fbac2c24a252f6cf8a8f30ee16a2daa18ec9d67a 100644 (file)
--- 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);
+           else
 #endif
-           ++bd.textstart;
+               ++bd.textstart;
        }
        for ( ; vim_iswhite(*bd.textstart); )
        {
index 7654400bc63e29d30f295d4739e174f9de39926f..0d03b6cc50a18664ab9a6a989ef1495978a95bce 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    292,
 /**/
     291,
 /**/