a4e36da
To: vim-dev@vim.org
a4e36da
Subject: Patch 7.2.285
a4e36da
Fcc: outbox
a4e36da
From: Bram Moolenaar <Bram@moolenaar.net>
a4e36da
Mime-Version: 1.0
a4e36da
Content-Type: text/plain; charset=UTF-8
a4e36da
Content-Transfer-Encoding: 8bit
a4e36da
------------
a4e36da
a4e36da
Patch 7.2.285 (after 7.2.169)
a4e36da
Problem:    CTRL-U in Insert mode also deletes indent. (Andrey Voropaev)
a4e36da
Solution:   Fix mistake made in patch 7.2.169.
a4e36da
Files:	    src/edit.c
a4e36da
a4e36da
a4e36da
*** ../vim-7.2.284/src/edit.c	2009-07-09 18:15:19.000000000 +0200
a4e36da
--- src/edit.c	2009-11-05 20:25:15.000000000 +0100
a4e36da
***************
a4e36da
*** 8519,8525 ****
a4e36da
  	{
a4e36da
  	    save_col = curwin->w_cursor.col;
a4e36da
  	    beginline(BL_WHITE);
a4e36da
! 	    if (curwin->w_cursor.col < (colnr_T)temp)
a4e36da
  		mincol = curwin->w_cursor.col;
a4e36da
  	    curwin->w_cursor.col = save_col;
a4e36da
  	}
a4e36da
--- 8519,8525 ----
a4e36da
  	{
a4e36da
  	    save_col = curwin->w_cursor.col;
a4e36da
  	    beginline(BL_WHITE);
a4e36da
! 	    if (curwin->w_cursor.col < save_col)
a4e36da
  		mincol = curwin->w_cursor.col;
a4e36da
  	    curwin->w_cursor.col = save_col;
a4e36da
  	}
a4e36da
*** ../vim-7.2.284/src/version.c	2009-11-03 18:46:53.000000000 +0100
a4e36da
--- src/version.c	2009-11-11 13:21:25.000000000 +0100
a4e36da
***************
a4e36da
*** 678,679 ****
a4e36da
--- 683,686 ----
a4e36da
  {   /* Add new patch number below this line */
a4e36da
+ /**/
a4e36da
+     285,
a4e36da
  /**/
a4e36da
a4e36da
-- 
a4e36da
(letter from Mark to Mike, about the film's probable certificate)
a4e36da
      I would like to get back to the Censor and agree to lose the shits, take
a4e36da
      the odd Jesus Christ out and lose Oh fuck off, but to retain 'fart in
a4e36da
      your general direction', 'castanets of your testicles' and 'oral sex'
a4e36da
      and ask him for an 'A' rating on that basis.
a4e36da
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
a4e36da
a4e36da
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
a4e36da
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
a4e36da
\\\        download, build and distribute -- http://www.A-A-P.org        ///
a4e36da
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///