I'm using Vim via MinTTY under Cygwin. When I issue a command like
:!ls -la
the displayed output doesn't show newlines correctly. It rather just jumps to the virtual column of the next line, where the previous output ended, like this:
This is line 1
This is line 2
This line wraps
around
Line 4 starts here
Has anyone an idea, what causes this behaviour? Some settings:
:set sh?
sh=/bin/bash
:set shellpipe?
shellpipe=2>&1| tee
they were never touched by me. Vim is started with '-X -T xterm-256color', but that doesn't seem to play a role.