Mercurial > vim-lawrencium
annotate ftdetect/hgcommit.vim @ 61:ea794e48d4e2
Better way to handle buffer actions:
- Added buffer object with on delete/windows leave callbacks.
- Added helper functions to open and delete "dependency" buffers.
- Using that new system to handle diffs opened by `Hgannotate` and `Hglog`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 23 Nov 2012 13:43:08 -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 |