vim-patch:7.4.2231

Problem:    ":oldfiles" output is a very long list.
Solution:   Add a pattern argument. (Coot, closes vim/vim#575)

e11d61a3b1
This commit is contained in:
James McCoy
2017-04-28 21:04:17 -04:00
parent 0df1b6655b
commit dbdc2d40bb
5 changed files with 80 additions and 49 deletions

View File

@@ -1810,7 +1810,7 @@ return {
},
{
command='oldfiles',
flags=bit.bor(BANG, TRLBAR, SBOXOK, CMDWIN),
flags=bit.bor(BANG, TRLBAR, NOTADR, EXTRA, SBOXOK, CMDWIN),
addr_type=ADDR_LINES,
func='ex_oldfiles',
},