]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-145 v7.0.145
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Oct 2006 20:38:28 +0000 (20:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Oct 2006 20:38:28 +0000 (20:38 +0000)
src/normal.c
src/version.c

index dd2e0b36aa835e698ef3eb11a94bae0a33fabd49..3d1a5a66943716ff92052150ed81ab31380e4629 100644 (file)
@@ -2387,7 +2387,7 @@ do_mouse(oap, c, dir, count, fixindent)
                if (VIsual_select)
                {
                    stuffcharReadbuff(Ctrl_G);
-                   stuffReadbuff("\"+p");
+                   stuffReadbuff((char_u *)"\"+p");
                }
                else
                {
index c2db5969dd4feb6dc4fde159e600447e1f3be4d0..3f163f47cb8585c61dc53a6adcca3e029bd5b62d 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    145,
 /**/
     144,
 /**/