commit | e11d61a3b1cdedf3144de697a2b38af62c3a78d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 18:36:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 18:36:54 2016 +0200 |
tree | 780b910e267d2808570462891177c769f5fd855c | |
parent | 66e29d7112e437b2b50efe1f82c7e892736d23e4 [diff] [blame] |
patch 7.4.2231 Problem: ":oldfiles" output is a very long list. Solution: Add a pattern argument. (Coot, closes #575)
diff --git a/src/proto/ex_cmds.pro b/src/proto/ex_cmds.pro index b371314..324608f 100644 --- a/src/proto/ex_cmds.pro +++ b/src/proto/ex_cmds.pro
@@ -65,4 +65,5 @@ void set_context_in_sign_cmd(expand_T *xp, char_u *arg); void ex_smile(exarg_T *eap); void ex_drop(exarg_T *eap); +void ex_oldfiles(exarg_T *eap); /* vim: set ft=c : */