comparison src/version.c @ 22993:3922abbc46a2 v8.2.2043

patch 8.2.2043: GTK3: white border around text stands out Commit: https://github.com/vim/vim/commit/ff94bd9e4779b918f3761035f43a97ba7175b3ce Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 25 12:25:47 2020 +0100 patch 8.2.2043: GTK3: white border around text stands out Problem: GTK3: white border around text stands out. Solution: Use current theme color. (closes https://github.com/vim/vim/issues/7357, issue https://github.com/vim/vim/issues/349)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Nov 2020 12:30:04 +0100
parents cb7df44afe7e
children 94656f3ff304
comparison
equal deleted inserted replaced
22992:116448e826f8 22993:3922abbc46a2
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2043,
753 /**/ 755 /**/
754 2042, 756 2042,
755 /**/ 757 /**/
756 2041, 758 2041,
757 /**/ 759 /**/