commit | 2ec28aec9d4f1b9c1c008e36adde9fc82affae0f | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sun Jul 25 15:41:44 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 25 15:41:44 2021 +0200 |
tree | 68b5228dd85544637768458dd4bfcb7d1edbefc7 | |
parent | 7a4ca32175bef0f9a177052796bd9addd10dc218 [diff] [blame] |
patch 8.2.3220: Test_term_setansicolors() fails in some configurations Problem: Test_term_setansicolors() fails in some configurations. Solution: Check available features. (Dominique Pellé, closes #8636)
diff --git a/src/version.c b/src/version.c index ac5989f..af7a7fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3220, +/**/ 3219, /**/ 3218,