comparison src/version.c @ 16107:b951bea7d11e v8.1.1058

patch 8.1.1058: memory usage test may still fail on some systems commit https://github.com/vim/vim/commit/3a731ee0c2dd34792c1b21fc4c699a84129f1b86 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 27 21:41:36 2019 +0100 patch 8.1.1058: memory usage test may still fail on some systems Problem: Memory usage test may still fail on some systems. Solution: Use 98% of the lower limit. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Mar 2019 21:45:05 +0100
parents 9eb8c0d5c13e
children 82cbb08ae0f9
comparison
equal deleted inserted replaced
16106:b08497568647 16107:b951bea7d11e
773 NULL 773 NULL
774 }; 774 };
775 775
776 static int included_patches[] = 776 static int included_patches[] =
777 { /* Add new patch number below this line */ 777 { /* Add new patch number below this line */
778 /**/
779 1058,
778 /**/ 780 /**/
779 1057, 781 1057,
780 /**/ 782 /**/
781 1056, 783 1056,
782 /**/ 784 /**/