sponsor Vim development Vim logo Vim Book Ad

svn_line_history.vim : display svn blame (history) for selected line: commit number, message and diff

 script karma  Rating 1/1, Downloaded by 875  Comments, bugs, improvements  Vim wiki

created by
Dmitry Ignatovich
 
script type
utility
 
description
This plugin defines single command SvnLineHistory. When called this command will show some usefull data in a new buffer:
    1. last commit number N in which the line under the cursor was changed.
    2. last commit author and log message.
    3. last commit diff

The current buffer file should be under Svn version control, and you need to have access to the repository. The command execution might take some time, because we need to send blame, log and diff requests to the repository server. The plugin will work even if the file has local changes which do not affect the current line.
 
install details
extract bundle in ~/.vim directory
 

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
svn_line_history.zip 1.0 2013-04-25 7.0 Dmitry Ignatovich Initial upload
ip used for rating: 18.221.53.209

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 the maillist. Help Bram help Uganda.
   
Vim at Github