diff src/version.c @ 20693:f342bdc79295 v8.2.0900

patch 8.2.0900: function list test fails on MS-Windows Commit: https://github.com/vim/vim/commit/9155825b2428ef6bf654204a534b033a6879c90d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 4 17:19:05 2020 +0200 patch 8.2.0900: function list test fails on MS-Windows Problem: Function list test fails on MS-Windows. Solution: Make sure the fileformat is "unix"
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jun 2020 17:30:03 +0200
parents b9a6a129b94e
children cea8ae407452
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 */
 /**/
+    900,
+/**/
     899,
 /**/
     898,