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
:set formatoptions-=t
将上面的行添加到您的.vimrc文件中而不:使设置永久化。
.vimrc
: