0
0
mirror of https://github.com/vim/vim.git synced 2025-07-25 10:54:51 -04:00

updated for version 7.1-150

This commit is contained in:
Bram Moolenaar 2007-11-08 09:35:50 +00:00
parent 9b25ffbb2b
commit cdfd3e424a
2 changed files with 5 additions and 2 deletions

View File

@ -933,8 +933,9 @@ 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)
{ {
if (clip_isautosel())
clip_update_selection(); clip_update_selection();
may_get_selection(name); may_get_selection(name);
} }

View File

@ -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,
/**/ /**/