]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.035
- new: 7.3.270
[packages/vim.git] / 7.3.035
CommitLineData
d7160e4c
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.035
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.3.035 (after 7.3.034)
11Problem: Stray semicolon after if statement. (Hari G)
12Solution: Remove the semicolon.
13Files: src/os_win32.c
14
15
16*** ../vim-7.3.034/src/os_win32.c 2010-10-23 14:02:48.000000000 +0200
17--- src/os_win32.c 2010-10-24 14:31:04.000000000 +0200
18***************
19*** 231,237 ****
20 * "!xxd" it's found in our starting directory. Needed because
21 * SearchPath() also looks there. */
22 p = mch_getenv("PATH");
23! if (STRLEN(p) + STRLEN(exe_path) + 2 < MAXPATHL);
24 {
25 STRCPY(temp, p);
26 STRCAT(temp, ";");
27--- 231,237 ----
28 * "!xxd" it's found in our starting directory. Needed because
29 * SearchPath() also looks there. */
30 p = mch_getenv("PATH");
31! if (STRLEN(p) + STRLEN(exe_path) + 2 < MAXPATHL)
32 {
33 STRCPY(temp, p);
34 STRCAT(temp, ";");
35*** ../vim-7.3.034/src/version.c 2010-10-23 14:02:48.000000000 +0200
36--- src/version.c 2010-10-24 14:32:04.000000000 +0200
37***************
38*** 716,717 ****
39--- 716,719 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 35,
43 /**/
44
45--
46 [clop clop]
47ARTHUR: Old woman!
48DENNIS: Man!
49ARTHUR: Man, sorry. What knight lives in that castle over there?
50DENNIS: I'm thirty seven.
51ARTHUR: What?
52DENNIS: I'm thirty seven -- I'm not old!
53 The Quest for the Holy Grail (Monty Python)
54
55 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
56/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
57\\\ download, build and distribute -- http://www.A-A-P.org ///
58 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.040228 seconds and 4 git commands to generate.