diff src/version.c @ 20053:89364104be93 v8.2.0582

patch 8.2.0582: color ramp test does not show text colors Commit: https://github.com/vim/vim/commit/b4a549fb161a390834371db8370b1f75695e25d0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 15 21:44:11 2020 +0200 patch 8.2.0582: color ramp test does not show text colors Problem: Color ramp test does not show text colors. Solution: Add a row of 16 text colors and 16 bold text colors.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Apr 2020 21:45:03 +0200
parents 678cdef2d690
children 686deb5959c2
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 */
 /**/
+    582,
+/**/
     581,
 /**/
     580,