This plugin provides a vim <--> VCS (currently mercurial and git)
integration for your projects.
Features:
   - Partially committing changes (:AuRecord).
   - Viewing file state at particular revision (:AuFile).
   - Viewing uncommited changes in a vimdiff split, as well as changes
between specific revisions (:AuVimDiff). It is also possible to open
multiple tabs with all changes to all files viewed as side-by-side
diffs.
   - Viewing revisions log (:AuLog). Output is highly customizable.
   - Viewing working directory status (:AuStatus).
   - Commiting changes (:AuCommit), commit messages are remembered in
case of rollback (g:aurum_remembermsg).
   - Obtaining various URL’s out of remote repository URL (like URL of
the HTML version of the current file with URL fragment pointing to the
current line attached: useful for sharing) (:AuHyperlink).
   - aurum#changeset(), aurum#repository() and aurum#status()
functions that are to be used from modeline.
   - Frontends for various other VCS commands.
Most commands can be reached with a set of mappings, all mappings are
customizable.

vim.org page: http://www.vim.org/scripts/script.php?script_id=3828
Project page, repository and issue tracker: https://bitbucket.org/ZyX_I/aurum
Online documentation: http://vimpluginloader.sourceforge.net/doc/aurum.txt.html

=============================================================
New from previous announced release (1.3):

Added incremental update and user input processing support to aurum://log
so that you can view and use log buffers while log is being generated
(user input processing is limited to a single-key commands)
Added g:aurum_hg_useshell option that makes you able to launch pre/
post-{command} hooks while using Mercurial Python API

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to