hgrev : Display Mercurial revision info in the Vim statusline.
script karma |
Rating 18/6,
Downloaded by 1026 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Mahlon Smith |
|
script type |
utility |
|
description |
HGRev is a small plugin that can find the current buffer's revision ID from a Mercurial (http://mercurial.selenic.com/) repository.
It is intended for use in the Vim statusline - here's an example to enable it:
set statusline=[r%{HGRev()}]
HGRev exports the "HGRev()" function (for use in the statusline), and
a command called ":RefreshMercurialRev", which you can use to manually
update the revision information for the current buffer. If you've added
HGRev() to your statusline, you'll see the file revision, branch, tags,
and file status reflected -- if you used the statusline example above,
you should see something like this:
[r192+ default tip M]
The information displayed can be easily customized, and HGRev can also
automatically update the status line on file changes. (This behavior is
disabled by default -- see the documentation for details.)
Once installed, HGRev has built-in help. Access it via ":help HGRev".
|
|
install details |
Install the VimBall plugin (vimscript #1502) if you don't already have it.
Then open hgrev.vba.gz from within vim.
:so %
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.15.3.240
|