components/vim/vim72-patches/7.2.285
changeset 198 172fc01ce997
equal deleted inserted replaced
197:fd801ec0737c 198:172fc01ce997
       
     1 To: [email protected]
       
     2 Subject: Patch 7.2.285
       
     3 Fcc: outbox
       
     4 From: Bram Moolenaar <[email protected]>
       
     5 Mime-Version: 1.0
       
     6 Content-Type: text/plain; charset=UTF-8
       
     7 Content-Transfer-Encoding: 8bit
       
     8 ------------
       
     9 
       
    10 Patch 7.2.285 (after 7.2.169)
       
    11 Problem:    CTRL-U in Insert mode also deletes indent. (Andrey Voropaev)
       
    12 Solution:   Fix mistake made in patch 7.2.169.
       
    13 Files:	    src/edit.c
       
    14 
       
    15 
       
    16 *** ../vim-7.2.284/src/edit.c	2009-07-09 18:15:19.000000000 +0200
       
    17 --- src/edit.c	2009-11-05 20:25:15.000000000 +0100
       
    18 ***************
       
    19 *** 8519,8525 ****
       
    20   	{
       
    21   	    save_col = curwin->w_cursor.col;
       
    22   	    beginline(BL_WHITE);
       
    23 ! 	    if (curwin->w_cursor.col < (colnr_T)temp)
       
    24   		mincol = curwin->w_cursor.col;
       
    25   	    curwin->w_cursor.col = save_col;
       
    26   	}
       
    27 --- 8519,8525 ----
       
    28   	{
       
    29   	    save_col = curwin->w_cursor.col;
       
    30   	    beginline(BL_WHITE);
       
    31 ! 	    if (curwin->w_cursor.col < save_col)
       
    32   		mincol = curwin->w_cursor.col;
       
    33   	    curwin->w_cursor.col = save_col;
       
    34   	}
       
    35 *** ../vim-7.2.284/src/version.c	2009-11-03 18:46:53.000000000 +0100
       
    36 --- src/version.c	2009-11-11 13:21:25.000000000 +0100
       
    37 ***************
       
    38 *** 678,679 ****
       
    39 --- 683,686 ----
       
    40   {   /* Add new patch number below this line */
       
    41 + /**/
       
    42 +     285,
       
    43   /**/
       
    44 
       
    45 -- 
       
    46 (letter from Mark to Mike, about the film's probable certificate)
       
    47       I would like to get back to the Censor and agree to lose the shits, take
       
    48       the odd Jesus Christ out and lose Oh fuck off, but to retain 'fart in
       
    49       your general direction', 'castanets of your testicles' and 'oral sex'
       
    50       and ask him for an 'A' rating on that basis.
       
    51                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
       
    52 
       
    53  /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
       
    54 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
       
    55 \\\        download, build and distribute -- http://www.A-A-P.org        ///
       
    56  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///