]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.127
- new
[packages/vim.git] / 7.3.127
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.127
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.127
11 Problem:    Compiler complains about comma.
12 Solution:   Remove comma after last enum element.
13 Files:      src/ex_cmds2.c
14
15
16 *** ../vim-7.3.126/src/ex_cmds2.c       2010-12-17 18:06:00.000000000 +0100
17 --- src/ex_cmds2.c      2010-12-17 19:58:37.000000000 +0100
18 ***************
19 *** 1115,1121 ****
20   static enum
21   {
22       PEXP_SUBCMD,      /* expand :profile sub-commands */
23 !     PEXP_FUNC,                /* expand :profile func {funcname} */
24   } pexpand_what;
25   
26   static char *pexpand_cmds[] = {
27 --- 1115,1121 ----
28   static enum
29   {
30       PEXP_SUBCMD,      /* expand :profile sub-commands */
31 !     PEXP_FUNC         /* expand :profile func {funcname} */
32   } pexpand_what;
33   
34   static char *pexpand_cmds[] = {
35 *** ../vim-7.3.126/src/version.c        2011-02-25 14:40:51.000000000 +0100
36 --- src/version.c       2011-02-25 14:45:19.000000000 +0100
37 ***************
38 *** 716,717 ****
39 --- 716,719 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     127,
43   /**/
44
45 -- 
46    LAUNCELOT leaps into SHOT with a mighty cry and runs the GUARD through and
47    hacks him to the floor.  Blood.  Swashbuckling music (perhaps).
48    LAUNCELOT races through into the castle screaming.
49 SECOND SENTRY: Hey!
50                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
51
52  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
53 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
55  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.038093 seconds and 3 git commands to generate.