Mercurial > vim-lawrencium
annotate ftdetect/hgcommit.vim @ 85:ac2c226f1bac
Merge pull request #1 from shaneharper/fix_blank_line_appended_to_hg_output
Fix: remove blank line added by HgRepo.ReadCommandOutput().
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 20 Apr 2014 20:30:01 -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-editor-*.txt set filetype=hgcommit |
adc267e2f0f4
Added syntax highlighting for hgstatus window.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 |