diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2043,
+/**/
     2042,
 /**/
     2041,