buftabs
|
This is a simple script that shows a tabs-like list of buffers in the bottom
of the window. The biggest advantage of this script over various others is
that it does not take any lines away from your terminal, leaving more space
for the document you're editing. The tabs are only visible when you need
them - when you are switchin between buffers.
Download from vim scripts archive here |
|
svndiff
|
An experimental vim 7.0 plugin for showing svn/git/cvs diff information in a
file while editing. This plugin runs a diff between the current buffer and the
original file in the source control system, and applies highlighting to show
where the buffer differs. The original text is not shown, only colors are used
to indicate where changes were made.
Download from vim scripts archive here |
|