commit | 3067a4dd0d768d1e4a47cf3c100f3e2b462717d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 25 05:06:48 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 25 05:06:48 2018 +0100 |
tree | 29efcafdadeb416b9883250d6522455cb8eaf636 | |
parent | 4ace6ab7e72151d78f1563b23b498ed20fa00211 [diff] [blame] |
patch 8.1.0547: modeline test with keymap still fails Problem: Modeline test with keymap still fails. Solution: Check that the keymap feature is available for the failure assert.
diff --git a/src/version.c b/src/version.c index ce8595e..3207af3 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 547, +/**/ 546, /**/ 545,