Stuff
git-svn-id: http://photonzero.com/dotfiles/trunk@27 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
8ef96f95b9
commit
fc5eee4948
7 changed files with 252 additions and 5 deletions
22
.vim/plugin/vim-scmdiff/README
Normal file
22
.vim/plugin/vim-scmdiff/README
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue