commit | f7e47af7760fe054cb645dac9a1e96b23c85804d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 21 21:16:36 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 21 21:16:36 2019 +0100 |
tree | fe88abbbdab3113b899eb2fb0cca095036b7a941 | |
parent | 0398e00a1bf79e85223fb26938c8dd0d54883b77 [diff] [blame] |
patch 8.1.1031: memory usage test may still fail Problem: Memory usage test may still fail. Solution: Drop the unused min value. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 1129164..686a7bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1031, +/**/ 1030, /**/ 1029,