updated for version 7.0-145
author |
vimboss |
date |
Tue, 17 Oct 2006 20:38:28 +0000 |
parents |
d3cff90680f3 |
children |
be9fbf8b0cdb |
files |
src/normal.c src/version.c |
diffstat |
2 files changed, 3 insertions(+), 1 deletions(-)
[+]
|
line diff
--- 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
{
--- 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,