Karsten Hopp 487ac8
To: vim_dev@googlegroups.com
Karsten Hopp 487ac8
Subject: Patch 7.4.489
Karsten Hopp 487ac8
Fcc: outbox
Karsten Hopp 487ac8
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 487ac8
Mime-Version: 1.0
Karsten Hopp 487ac8
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 487ac8
Content-Transfer-Encoding: 8bit
Karsten Hopp 487ac8
------------
Karsten Hopp 487ac8
Karsten Hopp 487ac8
Patch 7.4.489
Karsten Hopp 487ac8
Problem:    Cursor movement still wrong when 'lbr' is set and there is a
Karsten Hopp 487ac8
	    number column. (Hirohito Higashi)
Karsten Hopp 487ac8
Solution:   Add correction for number column. (Hiroyuki Takagi)
Karsten Hopp 487ac8
Files:	    src/charset.c
Karsten Hopp 487ac8
Karsten Hopp 487ac8
Karsten Hopp 487ac8
*** ../vim-7.4.488/src/charset.c	2014-10-15 21:26:35.566082778 +0200
Karsten Hopp 487ac8
--- src/charset.c	2014-10-31 12:39:41.815322421 +0100
Karsten Hopp 487ac8
***************
Karsten Hopp 487ac8
*** 1184,1189 ****
Karsten Hopp 487ac8
--- 1184,1191 ----
Karsten Hopp 487ac8
  	{
Karsten Hopp 487ac8
  	    col -= W_WIDTH(wp);
Karsten Hopp 487ac8
  	    numberextra = W_WIDTH(wp) - (numberextra - win_col_off2(wp));
Karsten Hopp 487ac8
+ 	    if (numberextra > 0)
Karsten Hopp 487ac8
+ 		col %= numberextra;
Karsten Hopp 487ac8
  	    if (*p_sbr != NUL)
Karsten Hopp 487ac8
  	    {
Karsten Hopp 487ac8
  		colnr_T sbrlen = (colnr_T)MB_CHARLEN(p_sbr);
Karsten Hopp 487ac8
*** ../vim-7.4.488/src/version.c	2014-10-22 22:08:58.386493141 +0200
Karsten Hopp 487ac8
--- src/version.c	2014-10-31 12:37:38.439325394 +0100
Karsten Hopp 487ac8
***************
Karsten Hopp 487ac8
*** 743,744 ****
Karsten Hopp 487ac8
--- 743,746 ----
Karsten Hopp 487ac8
  {   /* Add new patch number below this line */
Karsten Hopp 487ac8
+ /**/
Karsten Hopp 487ac8
+     489,
Karsten Hopp 487ac8
  /**/
Karsten Hopp 487ac8
Karsten Hopp 487ac8
-- 
Karsten Hopp 487ac8
This is the polymorph virus!  Follow these instructions carefully:
Karsten Hopp 487ac8
1. Send this message to everybody you know.
Karsten Hopp 487ac8
2. Format your harddisk.
Karsten Hopp 487ac8
Thank you for your cooperation in spreading the most powerful virus ever!
Karsten Hopp 487ac8
Karsten Hopp 487ac8
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 487ac8
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 487ac8
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 487ac8
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///