summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_cmds.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-20 18:36:54 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-20 18:36:54 +0200
commite11d61a3b1cdedf3144de697a2b38af62c3a78d8 (patch)
tree780b910e267d2808570462891177c769f5fd855c /src/proto/ex_cmds.pro
parent66e29d7112e437b2b50efe1f82c7e892736d23e4 (diff)
patch 7.4.2231v7.4.2231
Problem: ":oldfiles" output is a very long list. Solution: Add a pattern argument. (Coot, closes #575)
Diffstat (limited to 'src/proto/ex_cmds.pro')
-rw-r--r--src/proto/ex_cmds.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_cmds.pro b/src/proto/ex_cmds.pro
index b3713140c0..324608f33e 100644
--- a/src/proto/ex_cmds.pro
+++ b/src/proto/ex_cmds.pro
@@ -65,4 +65,5 @@ char_u *get_sign_name(expand_T *xp, int idx);
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 : */