From: Bram Moolenaar Date: Tue, 17 Oct 2006 20:38:28 +0000 (+0000) Subject: updated for version 7.0-145 X-Git-Tag: v7.0.145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d8b2d8df908fa38a069aad313d0c5426c75a37a;p=vim updated for version 7.0-145 --- diff --git a/src/normal.c b/src/normal.c index dd2e0b36a..3d1a5a669 100644 --- a/src/normal.c +++ b/src/normal.c @@ -2387,7 +2387,7 @@ do_mouse(oap, c, dir, count, fixindent) if (VIsual_select) { stuffcharReadbuff(Ctrl_G); - stuffReadbuff("\"+p"); + stuffReadbuff((char_u *)"\"+p"); } else { diff --git a/src/version.c b/src/version.c index c2db5969d..3f163f47c 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 145, /**/ 144, /**/