From 400fe8804c003a27738e8bacca20ed64b7872b92 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 22 Jun 2006 19:15:58 +0000 Subject: [PATCH] updated for version 7.0-030 --- src/ex_cmds.h | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 278a096ff..8c8db08cb 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 bdbd51d07..fc935bb7a 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, /**/