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.
有时我正在使用 vimdiff 并想要获取代码并将其放在第三个窗口/缓冲区中以供以后参考。但是,当该窗口打开时,几乎所有内容都被标识为差异(因为它故意与其他两个文件不同)。如何在使用 vimdiff 时以非差异模式打开窗口?
您可以通过在该窗口中进行操作来防止窗口与其他窗口发生差异:diffoff。
:diffoff
另请参阅:h :diffoff。
:h :diffoff