commit | fb773a3e0aa9466bb953c29bad0bf4ba34461a40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 21:37:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 21:37:59 2021 +0200 |
tree | 72ca131adf2218c017a721a05c9d4a7bfeba2670 | |
parent | 74509239df107b04abe4f30ada12109629c85939 [diff] [blame] |
patch 8.2.3093: tablabel_tooltip test fails with Athena Problem: tablabel_tooltip test fails with Athena. (Dominique Pellé) Solution: Skip the test when using Athena. (closes #8508)
diff --git a/src/version.c b/src/version.c index 0d4fc12..3b8a50a 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3093, +/**/ 3092, /**/ 3091,