]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.047
- updated to 7.1.285
[packages/vim.git] / 7.1.047
CommitLineData
6577e359 1To: vim-dev@vim.org
2Subject: patch 7.1.047
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 7.1.047
11Problem: vim_regcomp() called with invalid argument. (Xiaozhou Liu)
12Solution: Change TRUE to RE_MAGIC + RE_STRING.
13Files: src/ex_eval.c
14
15
16*** ../vim-7.1.046/src/ex_eval.c Thu May 10 20:23:50 2007
17--- src/ex_eval.c Sat Jul 28 13:09:00 2007
18***************
19*** 1551,1557 ****
20 }
21 save_cpo = p_cpo;
22 p_cpo = (char_u *)"";
23! regmatch.regprog = vim_regcomp(pat, TRUE);
24 regmatch.rm_ic = FALSE;
25 if (end != NULL)
26 *end = save_char;
27--- 1551,1557 ----
28 }
29 save_cpo = p_cpo;
30 p_cpo = (char_u *)"";
31! regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING);
32 regmatch.rm_ic = FALSE;
33 if (end != NULL)
34 *end = save_char;
35*** ../vim-7.1.046/src/version.c Mon Jul 30 22:32:11 2007
36--- src/version.c Wed Aug 1 15:46:28 2007
37***************
38*** 668,669 ****
39--- 668,671 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 47,
43 /**/
44
45--
46hundred-and-one symptoms of being an internet addict:
4780. At parties, you introduce your spouse as your "service provider."
48
49 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51\\\ download, build and distribute -- http://www.A-A-P.org ///
52 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.030157 seconds and 4 git commands to generate.