summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/normal.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index dd2e0b36aa..3d1a5a6694 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 c2db5969dd..3f163f47cb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 145,
+/**/
144,
/**/
143,