Vim logo vim online Vim Book Ad

DirDiff.vim : A plugin to diff and merge two directories recursively.

 script karma  Rating 84/24, Downloaded by 838

created by
William Lee
 
script type
utility
 
description
This is a utility that will perform a recursive diff on two directories and generate a diff "window".  Based on that window you can perform various diff operations such as opening two files in Vim's diff mode, copy the file or directory recursively to the other, or remove the directory tree from the source directory.
 
install details
Just put the script in your plugin directory.  Read the script for usage information.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
DirDiff.vim 1.0 07-Nov-2001 6.0 William Lee Latest stable version.  Fixed a bug where error message may appear if you set the nowrapscan option.  Add a quit option to close the diff windows.
DirDiff.vim 0.94 25-Oct-2001 6.0 William Lee Fixed a bug where similar directory names would confuse the use of [A] and [B].  Added option so you can give additional arguments to diff.
DirDiff.vim 0.93 15-Oct-2001 6.0 William Lee Opps, corrected confusing usage information.
DirDiff.vim 0.92 15-Oct-2001 6.0 William Lee Doesn't use n and p mapping anymore since it confuses the search next key mapping
and causes some bugs.  Minor modification to change the exclude and
ignore pattern.
DirDiff.vim 0.91 09-Oct-2001 6.0 William Lee - Clean up delete routine.
- Added interactive mode.
- Added multiple entries of exclude and ignore pattern.  
- Custom configuration through global variables.
- Change exclude and ignore patterns on the fly.

DirDiff.vim 0.9 05-Oct-2001 6.0 William Lee This is getting closer to the 1.0 release.  Many key mappings are changed to make life easier.  Reorganized much code and fixed many bugs.  You can now select multiple lines in the diff brief window and perform copying and deleting files in batch.  This is pretty powerful stuff so be careful with it.
DirDiff.vim 0.8 04-Oct-2001 6.0 William Lee - Added syntax highlighting.
- Enter and double-click in buffer opens diff.
- Removed dependency on "sort"
- Removed usage of registry and marker
- Code cleanup and some bug fixes
- On Windows the diff command will use the -i flag instead
- Changed mappings for diff next (\dj) and diff previous (\dk)
- Added mappings for vim diff mode (\dg, \dp)
DirDiff.vim 0.7 03-Oct-2001 6.0 William Lee Initial upload

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to [email protected] after searching the archive. Help Bram help Uganda.
SourceForge Logo