jkramer / vim-scmdiff forked from ghewgill/vim-scmdiff
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
c335085
commit c335085429287434d61d355bbf5027ae55e1a631
tree 92dac4e1264512a7712fbf54b35da490f177b468
parent ee96d2e6fa61aedef41f2baa53d6191ecd5b7746
tree 92dac4e1264512a7712fbf54b35da490f177b468
parent ee96d2e6fa61aedef41f2baa53d6191ecd5b7746
| name | age | message | |
|---|---|---|---|
| |
NEWS | ||
| |
README | ||
| |
TODO | ||
| |
scmdiff.vim |
README
vim-scmdiff: A Vim script to show the differences from a base version in SCM. Supported SCMs: * CVS * SVN * GIT * Mercurial * Bitkeeper Installation: copy the scmdiff.vim script to your vim plugin path ie: "~/.vim/plugins". (system paths may vary) Default commands: \d Toggle diff view on/off :D rev Difference between current and rev This script is an evolution from the scripts posted at the following places: http://tekrat.com/2008/02/21/vim-diff/ http://www.vim.org/scripts/script.php?script_id=2201 http://playground.audioscrobbler.com/jonty/scmdiff.vim

