mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0-145
This commit is contained in:
parent
640009dca3
commit
2d8b2d8df9
@ -2387,7 +2387,7 @@ do_mouse(oap, c, dir, count, fixindent)
|
|||||||
if (VIsual_select)
|
if (VIsual_select)
|
||||||
{
|
{
|
||||||
stuffcharReadbuff(Ctrl_G);
|
stuffcharReadbuff(Ctrl_G);
|
||||||
stuffReadbuff("\"+p");
|
stuffReadbuff((char_u *)"\"+p");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
145,
|
||||||
/**/
|
/**/
|
||||||
144,
|
144,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user