diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-10-16 22:27:49 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-10-16 22:27:49 +0200 |
commit | 4f2f61a014e80217a2d6ac476c8f94e250a3d0ff (patch) | |
tree | 879ca1315d973cb3bf26e82f4842cab9030da6b8 /src/version.c | |
parent | 7b3d93966709998011e2eb3b84414ff454161b37 (diff) | |
download | vim-git-8.1.2165.tar.gz |
patch 8.1.2165: mapping test fails on Macv8.1.2165
Problem: Mapping test fails on Mac.
Solution: Remove the default Mac mapping.
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 f6a3817da..e7ba706b4 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2165, +/**/ 2164, /**/ 2163, |