commit | 42b23fad1d9cdd6266f52d1ed7e0f3f17ce2d04b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 14:46:45 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 14:46:45 2018 +0100 |
tree | ecc2cccbd7dd7e0aa3303c648486e5099e294e98 | |
parent | 218101442e8775bd1f05d1dda18d3946ee032dd1 [diff] [blame] |
patch 8.0.1454: when in silent mode too much output is buffered Problem: When in silent mode too much output is buffered. Solution: Use line buffering instead of fully buffered. (Brian M. Carlson, closes #2537)
diff --git a/src/version.c b/src/version.c index cd99460..5704074 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1454, +/**/ 1453, /**/ 1452,