Mercurial > vim-lawrencium
annotate ftdetect/hgcommit.vim @ 66:75e9d909758a
`Hglog` changes:
- `Hglog` now list the history for the whole repository.
- `Hglogthis` lists the history for the current file.
Fixed a bug with displaying diff summaries.
Updated documentation.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 25 Nov 2012 20:00:34 -0800 |
parents | adc267e2f0f4 |
children |
rev | line source |
---|---|
7
adc267e2f0f4
Added syntax highlighting for hgstatus window.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 au BufRead,BufNewFile hg-editor-*.txt set filetype=hgcommit |
adc267e2f0f4
Added syntax highlighting for hgstatus window.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 |