|
Karsten Hopp |
8913bc |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
8913bc |
Subject: Patch 7.3.127
|
|
Karsten Hopp |
8913bc |
Fcc: outbox
|
|
Karsten Hopp |
8913bc |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
8913bc |
Mime-Version: 1.0
|
|
Karsten Hopp |
8913bc |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
8913bc |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
8913bc |
------------
|
|
Karsten Hopp |
8913bc |
|
|
Karsten Hopp |
8913bc |
Patch 7.3.127
|
|
Karsten Hopp |
8913bc |
Problem: Compiler complains about comma.
|
|
Karsten Hopp |
8913bc |
Solution: Remove comma after last enum element.
|
|
Karsten Hopp |
8913bc |
Files: src/ex_cmds2.c
|
|
Karsten Hopp |
8913bc |
|
|
Karsten Hopp |
8913bc |
|
|
Karsten Hopp |
8913bc |
*** ../vim-7.3.126/src/ex_cmds2.c 2010-12-17 18:06:00.000000000 +0100
|
|
Karsten Hopp |
8913bc |
--- src/ex_cmds2.c 2010-12-17 19:58:37.000000000 +0100
|
|
Karsten Hopp |
8913bc |
***************
|
|
Karsten Hopp |
8913bc |
*** 1115,1121 ****
|
|
Karsten Hopp |
8913bc |
static enum
|
|
Karsten Hopp |
8913bc |
{
|
|
Karsten Hopp |
8913bc |
PEXP_SUBCMD, /* expand :profile sub-commands */
|
|
Karsten Hopp |
8913bc |
! PEXP_FUNC, /* expand :profile func {funcname} */
|
|
Karsten Hopp |
8913bc |
} pexpand_what;
|
|
Karsten Hopp |
8913bc |
|
|
Karsten Hopp |
8913bc |
static char *pexpand_cmds[] = {
|
|
Karsten Hopp |
8913bc |
--- 1115,1121 ----
|
|
Karsten Hopp |
8913bc |
static enum
|
|
Karsten Hopp |
8913bc |
{
|
|
Karsten Hopp |
8913bc |
PEXP_SUBCMD, /* expand :profile sub-commands */
|
|
Karsten Hopp |
8913bc |
! PEXP_FUNC /* expand :profile func {funcname} */
|
|
Karsten Hopp |
8913bc |
} pexpand_what;
|
|
Karsten Hopp |
8913bc |
|
|
Karsten Hopp |
8913bc |
static char *pexpand_cmds[] = {
|
|
Karsten Hopp |
8913bc |
*** ../vim-7.3.126/src/version.c 2011-02-25 14:40:51.000000000 +0100
|
|
Karsten Hopp |
8913bc |
--- src/version.c 2011-02-25 14:45:19.000000000 +0100
|
|
Karsten Hopp |
8913bc |
***************
|
|
Karsten Hopp |
8913bc |
*** 716,717 ****
|
|
Karsten Hopp |
8913bc |
--- 716,719 ----
|
|
Karsten Hopp |
8913bc |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
8913bc |
+ /**/
|
|
Karsten Hopp |
8913bc |
+ 127,
|
|
Karsten Hopp |
8913bc |
/**/
|
|
Karsten Hopp |
8913bc |
|
|
Karsten Hopp |
8913bc |
--
|
|
Karsten Hopp |
8913bc |
LAUNCELOT leaps into SHOT with a mighty cry and runs the GUARD through and
|
|
Karsten Hopp |
8913bc |
hacks him to the floor. Blood. Swashbuckling music (perhaps).
|
|
Karsten Hopp |
8913bc |
LAUNCELOT races through into the castle screaming.
|
|
Karsten Hopp |
8913bc |
SECOND SENTRY: Hey!
|
|
Karsten Hopp |
8913bc |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
8913bc |
|
|
Karsten Hopp |
8913bc |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
8913bc |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
8913bc |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
8913bc |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|