Download

Here are the releases of the AccuRev Integration for Vim. I’ve also provided a zip format for the Windows users.

  • vim4accurev-1.1.1 [tgz] [zip] [docs] (Aug 18, 2009)
    • Requires Vim 7.x (console or gvim)
    • Supports AccuRev 4.5.x & 4.6.x & 4.7
    • Tested on Linux and Windows XP
  • vim4accurev-1.1 (Aug 16, 2009)
    • Requires Vim 7.x (console or gvim)
    • Supports AccuRev 4.5.x & 4.6.x & 4.7
    • Tested on Linux and Windows XP
  • vim4accurev-1.0.1 [tgz] [zip] [docs] (Jan 24, 2008)
    • Requires Vim 7.x (console or gvim)
    • Supports AccuRev 4.5.x & 4.6.x
    • Tested on Linux and Windows XP
  • vim4accurev-1.0 (Jan 20, 2008)
    • Requires Vim 7.x (console or gvim)
    • Supports AccuRev 4.5.x & 4.6.x
    • Tested on Linux and Windows XP

Installation

Installing the AccuRev plugin for Vim is easy.

Be sure you have already installed the AccuRev client and it is in your PATH.

  1. Download – get the latest plugin (download above).
  2. Install – unpack archive directly in your vim runtime path and verify that ./plugin/accurev.vim and ./doc/accurev.txt exist.
    * Unix: $HOME/.vim
    * Windows: %HOMEPATH%\vimfiles
  3. Setup – Install help documentation by launching Vim and executing the following. Then verify the setup by typing ‘:help accurev’ within Vim.
    * Unix: :helptags ~/.vim/doc
    * Windows: :helptags ~\vimfiles\doc
  4. Verify – Open a file using Vim within a local AccuRev workspace. Login to AccuRev from within Vim using '\l' (el) and providing your AccuRev uname/pword. You should see a statusline starting with AccuRev and showing the file status in AccuRev, i.e. (backed).

NOTE: the plugin loads only if ‘accurev‘ executable is in PATH