spotdiff.vim icon indicating copy to clipboard operation
spotdiff.vim copied to clipboard

diff a same buffer in two windows not same as two buffer in two widows

Open gh-liu opened this issue 1 year ago • 1 comments

gh-liu avatar Aug 09 '24 14:08 gh-liu

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.

rickhowe avatar Aug 15 '24 12:08 rickhowe