0
0
mirror of https://github.com/vim/vim.git synced 2025-09-03 21:23:48 -04:00

updated for version 7.2-030

This commit is contained in:
Bram Moolenaar 2008-11-06 19:47:51 +00:00
parent 73a9d7b990
commit c590f62349
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
30,
/**/
29,
/**/