mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
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:
@@ -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',
|
||||
},
|
||||
|
Reference in New Issue
Block a user