commit | b771b6b5fe2ec36d23c21ab8229b15c80780468c | [log] [tgz] |
---|---|---|
author | Milly <milly.ca@gmail.com> | Tue Nov 23 12:07:25 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 23 12:07:25 2021 +0000 |
tree | 6a58085d018b8f8894fe3b903733f87f6312cbe1 | |
parent | e021662f39b38ef7cf27e13850d0ce6890e48376 [diff] [blame] |
patch 8.2.3653: terminal ANSI colors may be wrong Problem: Terminal ANSI colors may be wrong. Solution: Initialize the color type. (closes #9198, closes #9197)
diff --git a/src/version.c b/src/version.c index 0644ba2..8566cc3 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3653, +/**/ 3652, /**/ 3651,