]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.118
- updated to 0.7.3
[packages/vim.git] / 7.0.118
CommitLineData
f3c378e8
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.118
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.0.118
11Problem: printf() does not do zero padding for strings.
12Solution: Do allow zero padding for strings.
13Files: src/message.c
14
15
16*** ../vim-7.0.117/src/message.c Sun Sep 3 16:39:51 2006
17--- src/message.c Tue Oct 3 15:41:44 2006
18***************
19*** 4124,4131 ****
20 case 'c':
21 case 's':
22 length_modifier = '\0';
23- zero_padding = 0; /* turn zero padding off for string
24- conversions */
25 str_arg_l = 1;
26 switch (fmt_spec)
27 {
28--- 4124,4129 ----
29*** ../vim-7.0.117/src/version.c Tue Oct 3 17:04:21 2006
30--- src/version.c Tue Oct 3 17:20:11 2006
31***************
32*** 668,669 ****
33--- 668,671 ----
34 { /* Add new patch number below this line */
35+ /**/
36+ 118,
37 /**/
38
39--
40While it's true that many normal people whould prefer not to _date_ an
41engineer, most normal people harbor an intense desire to _mate_ with them,
42thus producing engineerlike children who will have high-paying jobs long
43before losing their virginity.
44 (Scott Adams - The Dilbert principle)
45
46 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
47/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
48\\\ download, build and distribute -- http://www.A-A-P.org ///
49 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.030792 seconds and 4 git commands to generate.