sponsor Vim development Vim logo Vim Book Ad

brsccs.vim : an SCCS browser

 script karma  Rating 37/10, Downloaded by 529  Comments, bugs, improvements  Vim wiki

created by
horsh horsh
 
script type
utility
 
description
        It allows you to scroll the history back and forth  looking at how the code has changed in a convenient way.

       Very helpful if you work with Sun Studio + Vim + TeamWare.

        To start browsing an sccs file press ,v

        Two windows will pop up: sccs versions and sccs browser.
        In the sccs browser you see the text annotated by the version numbers.
        Each line has the version number when it has changed the last time.
        Press enter in any such line and you jump right to that version.
        Press ,< and you jump right "under" that version. I.e. right before
        that line was changed.
       The plugin tries to track your position in the file so that you stay on the same line when move through the history

        enter           go to the version that annotation specifies
        ,v              start the SCCS browser
        ,-              go back one version
        ,+ or ,=        go forward one version
        ,<              go one version earlier than the annotation specifies

 
install details
Drop the brsccs.vim into ~/.vim/plugin/
 

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
brsccs.tar.gz 0.1 2005-11-29 6.0 horsh horsh Initial upload
ip used for rating: 3.136.97.64

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