commit | 9ed7d34af303190bb222624157e0c6cd78b7d120 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 22:10:33 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 22:10:33 2017 +0100 |
tree | 5e96e6e7587a075a9558a2c9065375e1e4a7ac7b | |
parent | cef7322d8a902b4655ed861489c4e798672074f0 [diff] [blame] |
patch 8.0.1283: test 86 fails under ASAN Problem: Test 86 fails under ASAN. Solution: Fix that an item was added to a dictionary twice.
diff --git a/src/version.c b/src/version.c index b2a3ce4..c74f062 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1283, +/**/ 1282, /**/ 1281,