commit | ee41052ccb65f8109f285fc43eed3e232de68375 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Mon Jul 12 22:15:24 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 12 22:15:24 2021 +0200 |
tree | 9eaf0a96b59c6a70cc691b5d6027b90e1d35bd3c | |
parent | 042414fa0053388f9a35cad61886405507554068 [diff] [blame] |
patch 8.2.3156: Vim9: term_getansicolors() test fails without +termguicolors Problem: Vim9: term_getansicolors() test fails without +termguicolors. Solution: Add a check for the feature. (Dominique Pellé, closes #8555)
diff --git a/src/version.c b/src/version.c index f2f229f..c2314cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3156, +/**/ 3155, /**/ 3154,