commit | 9376f5f482a4d579436bf364778c2d8ab8e2f22d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 16:41:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 16:41:20 2016 +0100 |
tree | ddc08673829b9705e7f30948c61ddac4b997944d | |
parent | d0b5138ba4bccff8a744c99836041ef6322ed39a [diff] [blame] |
patch 8.0.0057 Problem: Tests fail without the 'keymap' features. Solution: Check for feature in test.
diff --git a/src/version.c b/src/version.c index f63041e..a6979fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 57, +/**/ 56, /**/ 55,