summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-11-06 19:47:51 +0000
committervimboss <devnull@localhost>2008-11-06 19:47:51 +0000
commit6b9d71e6746ba01e8c72e473a9f63f018e161cbd (patch)
tree3bde81d2a25a2d077185abc74cca0c8791473bb1
parentf728c4f7b72ae967bc8b1e704083d0f0dc05359d (diff)
downloadvim-6b9d71e6746ba01e8c72e473a9f63f018e161cbd.tar.gz
updated for version 7.2-030v7.2.030v7-2-030
-rw-r--r--src/ex_cmds.h2
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 49167505..c6036fa2 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -653,8 +653,6 @@ EX(CMD_nunmenu, "nunmenu", ex_menu,
EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
EX(CMD_open, "open", ex_open,
RANGE|EXTRA),
-EX(CMD_oldfiles, "oldfiles", ex_oldfiles,
- BANG|TRLBAR|SBOXOK|CMDWIN),
EX(CMD_omap, "omap", ex_map,
EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
EX(CMD_omapclear, "omapclear", ex_mapclear,
diff --git a/src/version.c b/src/version.c
index 727d9682..cc9bad4e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 30,
+/**/
29,
/**/
28,