Differences between revisions 5 and 8 (spanning 3 versions)
Revision 5 as of 2012-07-22 19:06:18
Size: 946
Editor: broadband-77-37-228-65
Comment: Updated to reflect current state
Revision 8 as of 2014-04-22 17:36:37
Size: 1363
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Nowadays there is a number of plugins for interaction with mercurial. Here is the description of the VCSCommand plugin, you may find other on the page with [[OtherTools]] list. There is a number of plugins for interacting with mercurial. You may find them on the page that lists [[OtherTools]]. Here are a few notable ones.
Line 5: Line 5:
== Vim, VCSCommand and Mercurial == == VCSCommand ==
Line 7: Line 7:
Bob Hiestand has developed a [[http://www.vim.org/scripts/script.php?script_id=90|vim plugin]] useful for manipulating files controlled by CVS, SVN and SVK within VIM, including committing changes and performing diffs using the vimdiff system. It was later extended to support other VCS software, including Mercurial (since version 1.99.31 posted on 21 July 2009). Bob Hiestand has developed a [[http://www.vim.org/scripts/script.php?script_id=90|vim plugin]] called VCSCommand useful for manipulating files controlled by CVS, SVN and SVK within VIM, including committing changes and performing diffs using the vimdiff system. It was later extended to support other VCS software, including Mercurial (since version 1.99.31 posted on 21 July 2009).
Line 11: Line 11:

== Lawrencium ==

LudovicChabant has written another [[http://www.vim.org/scripts/script.php?script_id=3861|vim plugin]] called Lawrencium, specifically for Mercurial. It supports all the basic workflows you would expect, along with a few more advanced ones. You can find more information on the [[http://bolt80.com/lawrencium/|Lawrencium home page]].

Line 12: Line 18:
Line 13: Line 20:
 * [[http://www.vim.org/scripts/script.php?script_id=90|vim vcscommand plugin (id 90)]]  * [[http://www.vim.org/scripts/script.php?script_id=90|VCSCommand plugin (id 90)]]
 * [[http://www.vim.org/scripts/script.php?script_id=3861|Lawrencium plugin (id 3861)]]

Vim and Mercurial

There is a number of plugins for interacting with mercurial. You may find them on the page that lists OtherTools. Here are a few notable ones.

VCSCommand

Bob Hiestand has developed a vim plugin called VCSCommand useful for manipulating files controlled by CVS, SVN and SVK within VIM, including committing changes and performing diffs using the vimdiff system. It was later extended to support other VCS software, including Mercurial (since version 1.99.31 posted on 21 July 2009).

After installing the plugin, you may use it to add, remove, commit, annotate, view older versions, changes (as a diff or in a vimdiff split) of files; update directory state and view log.

Lawrencium

LudovicChabant has written another vim plugin called Lawrencium, specifically for Mercurial. It supports all the basic workflows you would expect, along with a few more advanced ones. You can find more information on the Lawrencium home page.

VimVcsPlugin (last edited 2014-04-22 17:36:37 by LudovicChabant)