]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.303
- updated to 7.1.326
[packages/vim.git] / 7.1.303
CommitLineData
3ab71051
ER
1To: vim-dev@vim.org
2Subject: Patch 7.1.303
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.303 (after 7.1.302)
11Problem: Compilation error on MS-Windows, again.
12Solution: Declare p.
13Files: src/ex_getln.c
14
15
16*** ../vim-7.1.302/src/ex_getln.c Wed May 28 22:02:07 2008
17--- src/ex_getln.c Thu May 29 15:31:45 2008
18***************
19*** 3711,3716 ****
20--- 3711,3717 ----
21 #ifdef BACKSLASH_IN_FILENAME
22 char_u buf[20];
23 int j = 0;
24+ char_u *p;
25
26 /* Don't escape '[' and '{' if they are in 'isfname'. */
27 for (p = PATH_ESC_CHARS; *p != NUL; ++p)
28*** ../vim-7.1.302/src/version.c Wed May 28 22:02:07 2008
29--- src/version.c Thu May 29 15:31:51 2008
30***************
31***************
32*** 668,669 ****
33--- 673,676 ----
34 { /* Add new patch number below this line */
35+ /**/
36+ 303,
37 /**/
38
39--
40If all you have is a hammer, everything looks like a nail.
41When your hammer is C++, everything begins to look like a thumb.
42 -- Steve Hoflich, comp.lang.c++
43
44 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
45/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
46\\\ download, build and distribute -- http://www.A-A-P.org ///
47 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.025284 seconds and 4 git commands to generate.