mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.2231
Problem: ":oldfiles" output is a very long list. Solution: Add a pattern argument. (Coot, closes #575)
This commit is contained in:
@@ -992,7 +992,7 @@ EX(CMD_open, "open", ex_open,
|
||||
RANGE|BANG|EXTRA,
|
||||
ADDR_LINES),
|
||||
EX(CMD_oldfiles, "oldfiles", ex_oldfiles,
|
||||
BANG|TRLBAR|SBOXOK|CMDWIN,
|
||||
BANG|TRLBAR|NOTADR|EXTRA|SBOXOK|CMDWIN,
|
||||
ADDR_LINES),
|
||||
EX(CMD_omap, "omap", ex_map,
|
||||
EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN,
|
||||
|
Reference in New Issue
Block a user