commit | a038cb5eab24a9c395861694d9b8f610ec0ccb61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 11 20:45:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 11 20:45:23 2017 +0200 |
tree | e9aab118ace1b0f7de4c7e3830f8f94a8a9381ad | |
parent | c212798333cab2239acd387725987f27c6d8a3f7 [diff] [blame] |
patch 8.0.1095: terminal multibyte escrape test is flaky Problem: Terminal multibyte escrape test is flaky. Solution: Add another condition to wait for.
diff --git a/src/version.c b/src/version.c index 0130388..c970b57 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1095, +/**/ 1094, /**/ 1093,