Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MacVim がインストールされていて、":set wrap" がオンになっていることを知っていても、ウィンドウの右側に当たるたびに自動的に改行が作成されます。
私がそれを見なければならない別の設定はありますか?
これは、Windows では問題ではないようです。
前もって感謝します。
問題は解決しました - 次の行を vim_rc に追加してください:
set wrapmargin=0 set textwidth=0