Vim: wrap long :make lines in message dialog?
问题 When executing a :make command that displays its content in a temporary vim buffer, is there any way to have these lines soft-wrapped at the edge of the terminal? Most console hosts do not have side scrolling and any long lines that come out of :make are completely truncated in vim (i.e. expanding the terminal width after-the-fact does not recover them). I'm not able to interact with the buffer containing the :make results in any meaningful way ( :set wrap or zl ) that would allow me to