diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-23 23:51:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-23 23:51:21 +0200 |
commit | 7b668e83d0635d082b7ec90d7d2aa30a9d7d8928 (patch) | |
tree | 5a766b46ad4395652cfe4d2545ee809047384fc9 /src/version.c | |
parent | 1b58cdd160c2e0ada0f638679a2aa27e4665fc48 (diff) | |
download | vim-7b668e83d0635d082b7ec90d7d2aa30a9d7d8928.zip |
patch 7.4.2244
Problem: Adding pattern to ":oldfiles" is not a generic solution.
Solution: Add the ":filter /pat/ cmd" command modifier. Only works for some
commands right now.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 644cd6b6a..0e172198e 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2244, +/**/ 2243, /**/ 2242, |