diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-24 00:12:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-24 00:12:12 +0200 |
commit | 77401add71853d7a3da7ccc489f2a1bca58551ec (patch) | |
tree | 480d249c63557f213e10ca0ce4090c16ed9d3898 /src/version.c | |
parent | 7b668e83d0635d082b7ec90d7d2aa30a9d7d8928 (diff) | |
download | vim-77401add71853d7a3da7ccc489f2a1bca58551ec.zip |
patch 7.4.2245
Problem: Filter test fails.
Solution: Include missing changes.
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 0e172198e..2204bc7b5 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 */ /**/ + 2245, +/**/ 2244, /**/ 2243, |