diff src/version.c @ 16056:d35be08b5b96 v8.1.1033

patch 8.1.1033: memory usage test may still fail on some systems commit https://github.com/vim/vim/commit/ba64ba093520e85d6bed2595960edb693bdb4c51 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 22 11:33:09 2019 +0100 patch 8.1.1033: memory usage test may still fail on some systems Problem: Memory usage test may still fail on some systems. (Elimar Riesebieter) Solution: Increase tolerance from 1% to 3%.
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Mar 2019 11:45:05 +0100
parents 78faa25f9698
children 012f03e583e2
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 */
 /**/
+    1033,
+/**/
     1032,
 /**/
     1031,