commit | b0855f5324b348921d412d97193e8c8bc3b5d1dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 20 10:39:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 20 10:39:18 2022 +0100 |
tree | dea5bb1ae335775eec4e931fccdbd96d788c532c | |
parent | b2b3acbf2b3ae29ecf517f03b46fbeadf0c1a905 [diff] [blame] |
patch 8.2.4983: colors test fails in the GUI Problem: Colors test fails in the GUI. Solution: Reset g:terminal_ansi_colors.
diff --git a/src/version.c b/src/version.c index e758e81..1ac4560 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4983, +/**/ 4982, /**/ 4981,