1
0
forked from aniani/vim

updated for version 7.0-145

This commit is contained in:
Bram Moolenaar 2006-10-17 20:38:28 +00:00
parent 640009dca3
commit 2d8b2d8df9
2 changed files with 3 additions and 1 deletions

View 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
{

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
145,
/**/
144,
/**/