comparison src/version.c @ 20673:0ebd431a2256 v8.2.0890

patch 8.2.0890: no color in terminal window when 'termguicolor' is set Commit: https://github.com/vim/vim/commit/1e5f8f6d65b2ecff3d93d9fdbdd17c7a2ab9cc3d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 2 23:18:24 2020 +0200 patch 8.2.0890: no color in terminal window when 'termguicolor' is set Problem: No color in terminal window when 'termguicolor' is set. Solution: Clear the underline color. (closes https://github.com/vim/vim/issues/6186)
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Jun 2020 23:30:04 +0200
parents ccdd80a6dad7
children 02f648f1c8fa
comparison
equal deleted inserted replaced
20672:1be675379730 20673:0ebd431a2256
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 890,
749 /**/ 751 /**/
750 889, 752 889,
751 /**/ 753 /**/
752 888, 754 888,
753 /**/ 755 /**/