diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-11-04 16:41:20 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-11-04 16:41:20 +0100 |
| commit | 9376f5f482a4d579436bf364778c2d8ab8e2f22d (patch) | |
| tree | ddc08673829b9705e7f30948c61ddac4b997944d /src/version.c | |
| parent | d0b5138ba4bccff8a744c99836041ef6322ed39a (diff) | |
| download | vim-git-9376f5f482a4d579436bf364778c2d8ab8e2f22d.tar.gz | |
patch 8.0.0057v8.0.0057
Problem: Tests fail without the 'keymap' features.
Solution: Check for feature in test.
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 f63041ec4..a6979fe1a 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 57, +/**/ 56, /**/ 55, |
