]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-095 v7.2.095
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Feb 2009 10:46:25 +0000 (10:46 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Feb 2009 10:46:25 +0000 (10:46 +0000)
src/normal.c
src/version.c

index 0557833bae93267d778bc8892359b12d600f161a..30678a42697c370be66370bb24b3f80ea9b61167 100644 (file)
@@ -6783,6 +6783,8 @@ nv_replace(cap)
     /* Visual mode "r" */
     if (VIsual_active)
     {
+       if (got_int)
+           reset_VIsual();
        nv_operator(cap);
        return;
     }
@@ -7839,7 +7841,7 @@ nv_g_cmd(cap)
        else
            i = curwin->w_leftcol;
        /* Go to the middle of the screen line.  When 'number' is on and lines
-        * are wrapping the middle can be more to the left.*/
+        * are wrapping the middle can be more to the left. */
        if (cap->nchar == 'm')
            i += (W_WIDTH(curwin) - curwin_col_off()
                    + ((curwin->w_p_wrap && i > 0)
index ac0a911144f0f76a94518c3a0380b2d2db45fc5e..0f6cf0bf1025d911b433011c587dd50661818e6f 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    95,
 /**/
     94,
 /**/