d2dda9f
To: vim-dev@vim.org
d2dda9f
Subject: Patch 7.2.112
d2dda9f
Fcc: outbox
d2dda9f
From: Bram Moolenaar <Bram@moolenaar.net>
d2dda9f
Mime-Version: 1.0
d2dda9f
Content-Type: text/plain; charset=ISO-8859-1
d2dda9f
Content-Transfer-Encoding: 8bit
d2dda9f
------------
d2dda9f
d2dda9f
Patch 7.2.112 
d2dda9f
Problem:    Cursor invisible in Visual mode when 'number' is set and cursor in 
d2dda9f
            first column. (Matti Niemenmaa, Renato Alves) 
d2dda9f
Solution:   Check that vcol_prev is smaller than vcol. 
d2dda9f
Files:      src/screen.c 
d2dda9f
d2dda9f
d2dda9f
*** ../vim-7.2.111/src/screen.c	Sat Feb 21 21:10:24 2009
d2dda9f
--- src/screen.c	Sat Feb 21 21:04:19 2009
d2dda9f
***************
d2dda9f
*** 3422,3427 ****
d2dda9f
--- 3422,3428 ----
d2dda9f
  			&& (*mb_ptr2cells)(ptr) > 1)
d2dda9f
  #endif
d2dda9f
  		    || ((int)vcol_prev == fromcol_prev
d2dda9f
+ 			&& vcol_prev < vcol	/* not at margin */
d2dda9f
  			&& vcol < tocol))
d2dda9f
  		area_attr = attr;		/* start highlighting */
d2dda9f
  	    else if (area_attr != 0
d2dda9f
*** ../vim-7.2.111/src/version.c	Sat Feb 21 21:10:24 2009
d2dda9f
--- src/version.c	Sat Feb 21 21:20:51 2009
d2dda9f
***************
d2dda9f
*** 678,679 ****
d2dda9f
--- 678,681 ----
d2dda9f
  {   /* Add new patch number below this line */
d2dda9f
+ /**/
d2dda9f
+     112,
d2dda9f
  /**/
d2dda9f
d2dda9f
-- 
d2dda9f
hundred-and-one symptoms of being an internet addict:
d2dda9f
102. When filling out your driver's license application, you give
d2dda9f
     your IP address.
d2dda9f
d2dda9f
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
d2dda9f
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
d2dda9f
\\\        download, build and distribute -- http://www.A-A-P.org        ///
d2dda9f
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///