commit | f36213597d737ab500771e87edcf121acd55e277 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 22:03:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 22:03:02 2016 +0200 |
tree | 44b39891cddc08432c086862738a6e01fca412c1 | |
parent | e25bc5abb4621c6263b0248988a207d53b57fc54 [diff] [blame] |
patch 7.4.2088 Problem: Keymap test fails with normal features. Solution: Bail out if the keymap feature is not supported.
diff --git a/src/version.c b/src/version.c index 8f60ccd..8883c29 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2088, +/**/ 2087, /**/ 2086,