Home > deldiff.vim

deldiff.vim

Deldiff.vim is a project mainly written in Vim Script, it's free.

Delete blocks out of unified diffs

This is a mirror of http://www.vim.org/scripts/script.php?script_id=444

This script provides "did" and "dad" which work like "dib" or "dip" but for unified diffs. "did" deletes "@@ .." surrounded blocks from a diff file. "dad" deletes the complete diff for one file. See the script for more detailed behaviour. They have proved to be invaluable for me as I often have to deal with unfied diffs.