comparison src/version.c @ 26193:c83460a14407 v8.2.3628

patch 8.2.3628: looking terminal colors is a bit slow Commit: https://github.com/vim/vim/commit/87fd0924e2d85213cc111ee7a5122f92216a37c7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 20 13:47:45 2021 +0000 patch 8.2.3628: looking terminal colors is a bit slow Problem: Looking terminal colors is a bit slow. Solution: Cache the terminal colors. (closes https://github.com/vim/vim/issues/9130, closes https://github.com/vim/vim/issues/9058)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Nov 2021 15:00:05 +0100
parents 72c394673e00
children 41b3718d84c3
comparison
equal deleted inserted replaced
26192:e3ce27989e21 26193:c83460a14407
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 3628,
760 /**/ 762 /**/
761 3627, 763 3627,
762 /**/ 764 /**/
763 3626, 765 3626,
764 /**/ 766 /**/