Y
Hacker News
new
|
ask
|
show
|
jobs
by
djmdjm
4922 days ago
I much prefer Meld (
http://meldmerge.org/
) when I want a graphical tool, but usually just edit the conflicts in vim.
2 comments
nodata
4922 days ago
Out of interest, do you have a good way to compare two parts of the same file using vimdiff without creating two files? Say a huge xml file with two nearly identical <parts></parts>?
link
m0shen
4921 days ago
Yank the two parts into two new buffers (:vsplit) and do :diffthis in each
link
benvd
4921 days ago
I've actually never used a visual diff tool. Usually I just search the file for ">>>>>>>>>".
Maybe I should check it out.
link