Mercurial > vim-lawrencium
annotate ftdetect/hgstatus.vim @ 93:bc5a8dff3fa0
Another attempt to fix weird issues with cleaning up diff buffers.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 16 Jul 2014 22:08:31 -0700 |
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-status-*.txt set filetype=hgstatus |
adc267e2f0f4
Added syntax highlighting for hgstatus window.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 |