Mercurial > vim-lawrencium
annotate ftdetect/hgcommit.vim @ 11:b4baab0a4a92
Made most regex use the 'very-magic' syntax.
Temp windows (status, diff, etc.) delete the buffer on exit.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 12 Dec 2011 15:21:20 -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 |