comparison src/version.c @ 26244:288bcbaa48ca v8.2.3653

patch 8.2.3653: terminal ANSI colors may be wrong Commit: https://github.com/vim/vim/commit/b771b6b5fe2ec36d23c21ab8229b15c80780468c Author: Milly <milly.ca@gmail.com> Date: Tue Nov 23 12:07:25 2021 +0000 patch 8.2.3653: terminal ANSI colors may be wrong Problem: Terminal ANSI colors may be wrong. Solution: Initialize the color type. (closes https://github.com/vim/vim/issues/9198, closes https://github.com/vim/vim/issues/9197)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Nov 2021 13:15:03 +0100
parents 685206b54ecf
children ed62078dfa30
comparison
equal deleted inserted replaced
26243:80035b0c5ca8 26244:288bcbaa48ca
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3653,
760 /**/ 762 /**/
761 3652, 763 3652,
762 /**/ 764 /**/
763 3651, 765 3651,
764 /**/ 766 /**/