]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.309
- new
[packages/vim.git] / 7.2.309
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.309
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
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 -- Bram@Moolenaar.net -- 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    ///
This page took 0.112525 seconds and 3 git commands to generate.