diff src/version.c @ 20176:901dc0e81e0b v8.2.0643

patch 8.2.0643: terminal uses brown instead of dark yellow Commit: https://github.com/vim/vim/commit/e297802d6ddbebbf36f9a2d01127c034fab88b3b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 26 14:47:44 2020 +0200 patch 8.2.0643: terminal uses brown instead of dark yellow Problem: Terminal uses brown instead of dark yellow. (Romain Lafourcade) Solution: Use color index 3 instead of 130. (closes https://github.com/vim/vim/issues/5993)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Apr 2020 15:00:04 +0200
parents 72b437855299
children 2fb397573541
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    643,
+/**/
     642,
 /**/
     641,