commit | 4ace6ab7e72151d78f1563b23b498ed20fa00211 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 25 04:25:58 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 25 04:25:58 2018 +0100 |
tree | 483bd012b2e67ee136ef957a6127ab1336b052ac | |
parent | dc2f73a6980be13c97a83047d0de50824bc0f20f [diff] [blame] |
patch 8.1.0546: modeline test with keymap fails Problem: Modeline test with keymap fails. Solution: Check that the keymap feature is available.
diff --git a/src/version.c b/src/version.c index 42ce472..ce8595e 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 546, +/**/ 545, /**/ 544,