updated for version 7.0-030
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 278a096..8c8db08 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -262,7 +262,7 @@
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 bdbd51d..fc935bb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 30,
+/**/
29,
/**/
28,