]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.047
- updated to 7.1.100
[packages/vim.git] / 7.1.047
1 To: vim-dev@vim.org
2 Subject: patch 7.1.047
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.047
11 Problem:    vim_regcomp() called with invalid argument. (Xiaozhou Liu)
12 Solution:   Change TRUE to RE_MAGIC + RE_STRING.
13 Files:      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 -- 
46 hundred-and-one symptoms of being an internet addict:
47 80. 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.246753 seconds and 3 git commands to generate.