-
Notifications
You must be signed in to change notification settings - Fork 0
a simple shell script that invoking vimdiff to compare CVS file
vim-scripts/cvsdiff
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1777 You can use this script to invoke vimdiff for comparing two files between CVS repository and local copy, or any two difference CVS revision in repository. Usage: cvsdiff [-rrevision1] [-rrevision2] file Examples: cvsdiff test.c show difference between cvs (in your branch) and local copy. cvsdiff -r1.3 test.c show difference between revision 1.3 and local copy. cvsdiff -rHEAD test.c show difference between HEAD and local copy. cvsdiff -r1.3 -r1.4 test.c show difference between revision 1.3 and revision 1.4. cvsdiff -rHEAD -r1.4 test.c show difference between HEAD and revision 1.4.
About
a simple shell script that invoking vimdiff to compare CVS file
Resources
Stars
Watchers
Forks
Packages 0
No packages published