]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.110
- new
[packages/vim.git] / 7.2.110
CommitLineData
9512a71a
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.110
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.2.110
11Problem: Compiler warning for unused variable.
12Solution: Init the variable.
13Files: src/ex_docmd.c
14
15
16*** ../vim-7.2.109/src/ex_docmd.c Wed Jan 28 15:42:07 2009
17--- src/ex_docmd.c Tue Feb 17 03:47:13 2009
18***************
19*** 5916,5922 ****
20 char_u *q;
21
22 char_u *start;
23! char_u *end;
24 char_u *ksp;
25 size_t len, totlen;
26
27--- 5916,5922 ----
28 char_u *q;
29
30 char_u *start;
31! char_u *end = NULL;
32 char_u *ksp;
33 size_t len, totlen;
34
35*** ../vim-7.2.109/src/version.c Sat Feb 21 20:27:00 2009
36--- src/version.c Sat Feb 21 20:35:50 2009
37***************
38*** 678,679 ****
39--- 678,681 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 110,
43 /**/
44
45--
46hundred-and-one symptoms of being an internet addict:
47100. The most exciting sporting events you noticed during summer 1996
48 was Netscape vs. Microsoft.
49
50 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
51/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52\\\ download, build and distribute -- http://www.A-A-P.org ///
53 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.027408 seconds and 4 git commands to generate.