mirror of
https://github.com/vim/vim.git
synced 2025-07-24 10:45:12 -04:00
updated for version 7.1-150
This commit is contained in:
parent
9b25ffbb2b
commit
cdfd3e424a
@ -933,9 +933,10 @@ get_register(name, copy)
|
||||
#ifdef FEAT_CLIPBOARD
|
||||
/* When Visual area changed, may have to update selection. Obtain the
|
||||
* 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);
|
||||
}
|
||||
#endif
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
150,
|
||||
/**/
|
||||
149,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user