updated for version 7.0-145
diff --git a/src/normal.c b/src/normal.c
index dd2e0b3..3d1a5a6 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -2387,7 +2387,7 @@
 		if (VIsual_select)
 		{
 		    stuffcharReadbuff(Ctrl_G);
-		    stuffReadbuff("\"+p");
+		    stuffReadbuff((char_u *)"\"+p");
 		}
 		else
 		{
diff --git a/src/version.c b/src/version.c
index c2db596..3f163f4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    145,
+/**/
     144,
 /**/
     143,