diff src/version.c @ 20205:83e196d484eb v8.2.0658

patch 8.2.0658: HP-UX build fails when setenv() is not defined Commit: https://github.com/vim/vim/commit/affc8fd2cda77fbd47df2594da417a9f9a9bb9b6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 28 21:58:29 2020 +0200 patch 8.2.0658: HP-UX build fails when setenv() is not defined Problem: HP-UX build fails when setenv() is not defined. Solution: Change "colors" to "t_colors". (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Apr 2020 22:00:04 +0200
parents 5a397db2c1ed
children 3c247d9cd6f9
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 */
 /**/
+    658,
+/**/
     657,
 /**/
     656,