mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.1-150
This commit is contained in:
@@ -933,9 +933,10 @@ get_register(name, copy)
|
|||||||
#ifdef FEAT_CLIPBOARD
|
#ifdef FEAT_CLIPBOARD
|
||||||
/* When Visual area changed, may have to update selection. Obtain the
|
/* When Visual area changed, may have to update selection. Obtain the
|
||||||
* selection too. */
|
* selection too. */
|
||||||
if (name == '*' && clip_star.available && clip_isautosel())
|
if (name == '*' && clip_star.available)
|
||||||
{
|
{
|
||||||
clip_update_selection();
|
if (clip_isautosel())
|
||||||
|
clip_update_selection();
|
||||||
may_get_selection(name);
|
may_get_selection(name);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
150,
|
||||||
/**/
|
/**/
|
||||||
149,
|
149,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user