Mercurial > vim-lawrencium
annotate ftdetect/hgstatus.vim @ 111:01edb7c58e0c
Don't touch vim registers holding deletions.
(Fix commit c02360b5f... where typing 'p' after :Hgvdiff would paste a
blank line and not what the user had previously deleted.)
author | Shane Harper <shane@shaneharper.net> |
---|---|
date | Thu, 04 Dec 2014 11:09:19 +1100 |
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 |