All Projects → ghewgill → Vim Scmdiff

ghewgill / Vim Scmdiff

Vim script to highlight lines changed from a base version in SCM

Labels

Projects that are alternatives of or similar to Vim Scmdiff

Vim Sauce
Multiple source file management for Vim
Stars: ✭ 55 (-15.38%)
Mutual labels:  viml
Vim Ruby Conque
Vim plugin to display ruby, rake, and rspec output colorized in ConqueTerm. Note: repeated runs of conqueterm may cause it to eat your shell ttys. I am no longer maintaining this.
Stars: ✭ 61 (-6.15%)
Mutual labels:  viml
Vim Eighties
Automatically resizes your windows
Stars: ✭ 64 (-1.54%)
Mutual labels:  viml
Vim Holylight
A Vim plugin for MacBook users that automatically sets the background to light or dark depending on the ambient light
Stars: ✭ 57 (-12.31%)
Mutual labels:  viml
Vim Blockle
Brace yourself, it's time to toggle your ruby blocks!
Stars: ✭ 60 (-7.69%)
Mutual labels:  viml
Showmarks
Visually shows the location of marks.
Stars: ✭ 61 (-6.15%)
Mutual labels:  viml
Rubyblue
A collection of themes for different text editors that mimic the colors used in the code samples on ruby-lang.org
Stars: ✭ 54 (-16.92%)
Mutual labels:  viml
Vim Startuptime Benchmark
Stars: ✭ 65 (+0%)
Mutual labels:  viml
Colorsbox
Stars: ✭ 61 (-6.15%)
Mutual labels:  viml
Vdbi Vim
Database client for Vim
Stars: ✭ 63 (-3.08%)
Mutual labels:  viml
Vim Partial
Makes creating partials in your code a breeze!
Stars: ✭ 58 (-10.77%)
Mutual labels:  viml
Hypergit.vim
This git plugin provides many awesome features so that you don't need to type commands anymore..
Stars: ✭ 59 (-9.23%)
Mutual labels:  viml
The Nerd Tree
A tree explorer plugin for navigating the filesystem
Stars: ✭ 62 (-4.62%)
Mutual labels:  viml
Grep.vim
Grep search tools integration with Vim
Stars: ✭ 56 (-13.85%)
Mutual labels:  viml
Tcomment
An extensible & universal comment plugin that also handles embedded filetypes
Stars: ✭ 64 (-1.54%)
Mutual labels:  viml
Vim Better Javascript Completion
An expansion of Vim's current JavaScript syntax file.
Stars: ✭ 55 (-15.38%)
Mutual labels:  viml
Bufkill.vim
Unload/delete/wipe a buffer, keep its window(s), display last accessed buffer(s)
Stars: ✭ 61 (-6.15%)
Mutual labels:  viml
Xvim
Powerfull vim configuration for C/C++/GO/JS coder(好用的vim插件集成包,支持C/C++/GO/JS)
Stars: ✭ 65 (+0%)
Mutual labels:  viml
Camelcasemotion
Motion through CamelCaseWords and underscore_notation.
Stars: ✭ 64 (-1.54%)
Mutual labels:  viml
Html5 Syntax.vim
HTML5 syntax file for vim.
Stars: ✭ 62 (-4.62%)
Mutual labels:  viml

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/plugin". (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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].