]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-150 v7.1.150
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Nov 2007 09:35:50 +0000 (09:35 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Nov 2007 09:35:50 +0000 (09:35 +0000)
src/ops.c
src/version.c

index 8f0031401e1f45dd4bc62bf485d35779ed4afbf1..ea5e20bd62666510372b4776c28f7569477da232 100644 (file)
--- a/src/ops.c
+++ b/src/ops.c
@@ -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
index 1857c91790e5541574294ff0b2542d89bf74cf27..d365e8591ea1aacb9b993c1d883b75cc7f744745 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    150,
 /**/
     149,
 /**/