9351dc9
To: vim_dev@googlegroups.com
9351dc9
Subject: Patch 7.3.228
9351dc9
Fcc: outbox
9351dc9
From: Bram Moolenaar <Bram@moolenaar.net>
9351dc9
Mime-Version: 1.0
9351dc9
Content-Type: text/plain; charset=UTF-8
9351dc9
Content-Transfer-Encoding: 8bit
9351dc9
------------
9351dc9
9351dc9
Patch 7.3.228
9351dc9
Problem:    "2gj" does not always move to the correct position.
9351dc9
Solution:   Get length of line after moving to a next line. (James Vega)
9351dc9
Files:      src/normal.c
9351dc9
9351dc9
9351dc9
*** ../mercurial/vim73/src/normal.c	2011-05-10 17:29:28.000000000 +0200
9351dc9
--- src/normal.c	2011-06-20 00:41:43.000000000 +0200
9351dc9
***************
9351dc9
*** 4533,4538 ****
9351dc9
--- 4533,4539 ----
9351dc9
  		}
9351dc9
  		curwin->w_cursor.lnum++;
9351dc9
  		curwin->w_curswant %= width2;
9351dc9
+ 		linelen = linetabsize(ml_get_curline());
9351dc9
  	    }
9351dc9
  	}
9351dc9
        }
9351dc9
*** ../vim-7.3.227/src/version.c	2011-06-20 00:25:37.000000000 +0200
9351dc9
--- src/version.c	2011-06-20 00:45:15.000000000 +0200
9351dc9
***************
9351dc9
*** 711,712 ****
9351dc9
--- 711,714 ----
9351dc9
  {   /* Add new patch number below this line */
9351dc9
+ /**/
9351dc9
+     228,
9351dc9
  /**/
9351dc9
9351dc9
-- 
9351dc9
hundred-and-one symptoms of being an internet addict:
9351dc9
197. Your desk collapses under the weight of your computer peripherals.
9351dc9
9351dc9
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
9351dc9
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
9351dc9
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
9351dc9
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///