svn_line_history.vim : display svn blame (history) for selected line: commit number, message and diff
script karma |
Rating 1/1,
Downloaded by 910 |
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 |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 35.170.81.33
|