Mercurial > vim-lawrencium
annotate ftdetect/hgcommit.vim @ 65:e8f252a7ed9e
Made the `Hglog` window use Lawrencium buffers:
- Added support for `hg log` with Lawrencium paths.
- Fixed some bugs with `delete_dependency_buffers`.
Miscellaneous:
- Added support for `BufWinLeave` and `BufUnload` on buffer objects.
- Added some comments.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 24 Nov 2012 08:50:30 -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 |