]> granicus.if.org Git - vim/commit
patch 8.0.1454: when in silent mode too much output is buffered v8.0.1454
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Feb 2018 13:46:45 +0000 (14:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Feb 2018 13:46:45 +0000 (14:46 +0100)
commit42b23fad1d9cdd6266f52d1ed7e0f3f17ce2d04b
treeecc2cccbd7dd7e0aa3303c648486e5099e294e98
parent218101442e8775bd1f05d1dda18d3946ee032dd1
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)
src/main.c
src/version.c