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/version.c b/src/version.c index e892a95..c2a308d 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2231, +/**/ 2230, /**/ 2229,