comparison 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
comparison
equal deleted inserted replaced
20175:7029c9fbb3ff 20176:901dc0e81e0b
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 643,
749 /**/ 751 /**/
750 642, 752 642,
751 /**/ 753 /**/
752 641, 754 641,
753 /**/ 755 /**/