# HG changeset patch # User Shane Harper # Date 1417651759 -39600 # Node ID 01edb7c58e0c6d632603d5857bf0d508b9579b1d # Parent e66df94ebcebc5f806c225eb932d53a6449f39c1 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.) diff -r e66df94ebceb -r 01edb7c58e0c plugin/lawrencium.vim --- a/plugin/lawrencium.vim Tue Sep 16 22:53:48 2014 +0200 +++ b/plugin/lawrencium.vim Thu Dec 04 11:09:19 2014 +1100 @@ -388,7 +388,7 @@ " must open them all first otherwise we could delete the whole " contents of the last fold (since Vim may close them all by " default). - normal! zRGdd + normal! zRG"_dd endif endfunction