99b86a7
To: vim-dev@vim.org
99b86a7
Subject: Patch 7.1.150
99b86a7
Fcc: outbox
99b86a7
From: Bram Moolenaar <Bram@moolenaar.net>
99b86a7
Mime-Version: 1.0
99b86a7
Content-Type: text/plain; charset=ISO-8859-1
99b86a7
Content-Transfer-Encoding: 8bit
99b86a7
------------
99b86a7
99b86a7
Patch 7.1.150
99b86a7
Problem:    When 'clipboard' has "unnamed" using "p" in Visual mode doesn't
99b86a7
	    work correctly. (Jianrong Yu)
99b86a7
Solution:   When 'clipboard' has "unnamed" also obtain the selection when
99b86a7
	    getting the default register.
99b86a7
Files:	    src/ops.c
99b86a7
99b86a7
99b86a7
*** ../vim-7.1.149/src/ops.c	Tue Sep 25 14:19:35 2007
99b86a7
--- src/ops.c	Sun Oct 28 13:58:35 2007
99b86a7
***************
99b86a7
*** 933,941 ****
99b86a7
  #ifdef FEAT_CLIPBOARD
99b86a7
      /* When Visual area changed, may have to update selection.  Obtain the
99b86a7
       * selection too. */
99b86a7
!     if (name == '*' && clip_star.available && clip_isautosel())
99b86a7
      {
99b86a7
! 	clip_update_selection();
99b86a7
  	may_get_selection(name);
99b86a7
      }
99b86a7
  #endif
99b86a7
--- 933,942 ----
99b86a7
  #ifdef FEAT_CLIPBOARD
99b86a7
      /* When Visual area changed, may have to update selection.  Obtain the
99b86a7
       * selection too. */
99b86a7
!     if (name == '*' && clip_star.available)
99b86a7
      {
99b86a7
! 	if (clip_isautosel())
99b86a7
! 	    clip_update_selection();
99b86a7
  	may_get_selection(name);
99b86a7
      }
99b86a7
  #endif
99b86a7
*** ../vim-7.1.149/src/version.c	Tue Nov  6 22:26:39 2007
99b86a7
--- src/version.c	Thu Nov  8 10:34:18 2007
99b86a7
***************
99b86a7
*** 668,669 ****
99b86a7
--- 668,671 ----
99b86a7
  {   /* Add new patch number below this line */
99b86a7
+ /**/
99b86a7
+     150,
99b86a7
  /**/
99b86a7
99b86a7
-- 
99b86a7
From "know your smileys":
99b86a7
 8<}}	Glasses, big nose, beard
99b86a7
99b86a7
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
99b86a7
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
99b86a7
\\\        download, build and distribute -- http://www.A-A-P.org        ///
99b86a7
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///