]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.413
- remove missing .po files
[packages/vim.git] / 6.2.413
CommitLineData
51f9884c
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.413
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.413 (after 6.2.411)
11Problem: Missing prototype for vim_regexec_nl(). (Marcel Svitalsky)
12Solution: Now really include the prototype.
13Files: src/proto/regexp.pro
14
15
16*** ../vim-6.2.412/src/proto/regexp.pro Sun Jun 1 12:26:18 2003
17--- src/proto/regexp.pro Fri Mar 26 11:24:14 2004
18***************
19*** 4,9 ****
20--- 4,10 ----
21 regprog_T *vim_regcomp __ARGS((char_u *expr, int re_flags));
22 int vim_regcomp_had_eol __ARGS((void));
23 int vim_regexec __ARGS((regmatch_T *rmp, char_u *line, colnr_T col));
24+ int vim_regexec_nl __ARGS((regmatch_T *rmp, char_u *line, colnr_T col));
25 long vim_regexec_multi __ARGS((regmmatch_T *rmp, win_T *win, buf_T *buf, linenr_T lnum, colnr_T col));
26 reg_extmatch_T *ref_extmatch __ARGS((reg_extmatch_T *em));
27 void unref_extmatch __ARGS((reg_extmatch_T *em));
28*** ../vim-6.2.412/src/version.c Mon Mar 29 16:12:14 2004
29--- src/version.c Tue Mar 30 10:42:28 2004
30***************
31*** 639,640 ****
32--- 639,642 ----
33 { /* Add new patch number below this line */
34+ /**/
35+ 413,
36 /**/
37
38--
39Wizards had always known that the act of observation changed the thing that
40was observed, and sometimes forgot that it also changed the observer too.
41 Terry Pratchett - Interesting times
42
43 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
44/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
45\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
46 \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.047554 seconds and 4 git commands to generate.