Open non-diff window in vimdiff

Sometimes I use vimdiff and want to capture the code and drop it in the third window / buffer for later reference. However, when this window is open, almost everything is identified as diff (because it is intentionally different from the other two files). How can I open a window in diff-free mode when using vimdiff?

+5
source share
1 answer

You can prevent the window from the other distinction, completing :diffoffin this window.

See also :h :diffoff.

+6
source

All Articles