comparison src/version.c @ 30602:001c228efdab v9.0.0636

patch 9.0.0636: underline color may not work in some terminals Commit: https://github.com/vim/vim/commit/b393275ae91eb9a8df7a9a611bd75590db9b22db Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 1 21:22:17 2022 +0100 patch 9.0.0636: underline color may not work in some terminals Problem: Underline color does not work in terminals that don't send a termresponse. Solution: Do output t_8u if it was set explicitly. (closes #11253)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Oct 2022 22:30:03 +0200
parents 33a3f63785db
children 9d7914012b82
comparison
equal deleted inserted replaced
30601:6194c0ba3526 30602:001c228efdab
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 636,
702 /**/ 704 /**/
703 635, 705 635,
704 /**/ 706 /**/
705 634, 707 634,
706 /**/ 708 /**/