문제를 올바르게 이해하면 :set display=lastline
을 설정하면 도움이됩니다.
Change the way text is displayed. This is comma separated list of
flags:
lastline When included, as much as possible of the last line
in a window will be displayed. "@@@" is put in the
last columns of the last screen line to indicate the
rest of the line is not displayed.
truncate Like "lastline", but "@@@" is displayed in the first
column of the last screen line. Overrules "lastline".
uhex Show unprintable characters hexadecimal as <xx>
instead of using ^C and ~C.
When neither "lastline" nor "truncate" is included, a last line that
doesn't fit is replaced with "@" lines.
:set nowrap
도 시도 할 수 있습니다.
감사합니다.'set display = lastline'으로 해결되었습니다 ('set display = truncate'도 허용됩니다)! 'lastline' 또는'truncate'가 기본값이 아니라는 것이 이상하다는 것을 알았습니다. – BlenderBender