components/vim/vim72-patches/7.2.309
changeset 379 c6a17bba1da3
parent 378 f0b61ed1d10d
child 380 e92b3b4a1c66
equal deleted inserted replaced
378:f0b61ed1d10d 379:c6a17bba1da3
     1 To: [email protected]
       
     2 Subject: Patch 7.2.309
       
     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.309 (after 7.2.308)
       
    11 Problem:    Warning for missing function prototype. (Patrick Texier)
       
    12 Solution:   Add the prototype.
       
    13 Files:	    src/regexp.c
       
    14 
       
    15 
       
    16 *** ../vim-7.2.308/src/regexp.c	2009-11-25 19:51:56.000000000 +0100
       
    17 --- src/regexp.c	2009-11-26 20:39:18.000000000 +0100
       
    18 ***************
       
    19 *** 7214,7219 ****
       
    20 --- 7214,7221 ----
       
    21   }
       
    22   
       
    23   #ifdef FEAT_EVAL
       
    24 + static char_u *reg_getline_submatch __ARGS((linenr_T lnum));
       
    25 + 
       
    26   /*
       
    27    * Call reg_getline() with the line numbers from the submatch.  If a
       
    28    * substitute() was used the reg_maxline and other values have been
       
    29 *** ../vim-7.2.308/src/version.c	2009-11-25 19:51:56.000000000 +0100
       
    30 --- src/version.c	2009-11-26 20:40:11.000000000 +0100
       
    31 ***************
       
    32 *** 683,684 ****
       
    33 --- 683,686 ----
       
    34   {   /* Add new patch number below this line */
       
    35 + /**/
       
    36 +     309,
       
    37   /**/
       
    38 
       
    39 -- 
       
    40 Female engineers become irresistible at the age of consent and remain that
       
    41 way until about thirty minutes after their clinical death.  Longer if it's a
       
    42 warm day.
       
    43 				(Scott Adams - The Dilbert principle)
       
    44 
       
    45  /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
       
    46 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
       
    47 \\\        download, build and distribute -- http://www.A-A-P.org        ///
       
    48  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///