spotdiff.vim
spotdiff.vim copied to clipboard
diff a same buffer in two windows not same as two buffer in two widows
That is not a bug. Vim shows the diffs among 2 or more different buffers. But if 2 different ranges are selected within a single buffer, :Diffthis command opens a temporary scratch window, copies either of the selected range, and then shows those diffs.