]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.309
- updated to 7.2.330
[packages/vim.git] / 7.2.309
CommitLineData
e40e3b19
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.309
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.309 (after 7.2.308)
11Problem: Warning for missing function prototype. (Patrick Texier)
12Solution: Add the prototype.
13Files: 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--
40Female engineers become irresistible at the age of consent and remain that
41way until about thirty minutes after their clinical death. Longer if it's a
42warm 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.034936 seconds and 4 git commands to generate.