commit | 2559a47823a6a7827631f2e6a0176d7afce2721c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 23:33:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 23:33:12 2019 +0200 |
tree | 4b0ca0890fefa2f4a1cb502d6422be51ca418a63 | |
parent | 4a4981b7cd57b0b2289ed4f9d621ef4d90d767f0 [diff] [blame] |
patch 8.1.2167: mapping test fails on MS-Windows Problem: Mapping test fails on MS-Windows. Solution: Remove all the existing Insert-mode mappings.
diff --git a/src/version.c b/src/version.c index c7d0ace..3bcd910 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2167, +/**/ 2166, /**/ 2165,