From: Bram Moolenaar Date: Thu, 22 Jun 2006 19:15:58 +0000 (+0000) Subject: updated for version 7.0-030 X-Git-Tag: v7.0.030 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400fe8804c003a27738e8bacca20ed64b7872b92;p=thirdparty%2Fvim.git updated for version 7.0-030 --- diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 278a096ff5..8c8db08cbc 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -262,7 +262,7 @@ EX(CMD_command, "command", ex_command, EX(CMD_comclear, "comclear", ex_comclear, TRLBAR|CMDWIN), EX(CMD_compiler, "compiler", ex_compiler, - BANG|TRLBAR|WORD1), + BANG|TRLBAR|WORD1|CMDWIN), EX(CMD_continue, "continue", ex_continue, TRLBAR|SBOXOK|CMDWIN), EX(CMD_confirm, "confirm", ex_wrongmodifier, diff --git a/src/version.c b/src/version.c index bdbd51d075..fc935bb7a1 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 30, /**/ 29, /**/