diff src/version.c @ 16044:f4a206d7a04d v8.1.1027

patch 8.1.1027: memory usage test sometimes fails commit https://github.com/vim/vim/commit/08cda65ddfbb4bce8cef43726a0c00817fc47327 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 20 22:45:01 2019 +0100 patch 8.1.1027: memory usage test sometimes fails Problem: Memory usage test sometimes fails. Solution: Use 80% of before.last as the lower limit. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Mar 2019 23:00:05 +0100
parents 7952be788a49
children 884b683d12e9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1027,
+/**/
     1026,
 /**/
     1025,