commit | 510671a055c2d7a329c88bf133ac302139fd3221 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 04 19:26:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 04 19:26:56 2019 +0200 |
tree | 8e81a7968b1afec97e0592b23e30c7cdc2d12cd1 | |
parent | 4b8366b56edbf4f3efcaeedbaba491c49c5788ca [diff] [blame] |
patch 8.1.1268: map completion test fails in GUI Problem: Map completion test fails in GUI. Solution: Skip the test that fails.
diff --git a/src/version.c b/src/version.c index 6877673..98c5573 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1268, +/**/ 1267, /**/ 1266,