# HG changeset patch # User Ludovic Chabant # Date 1353707054 28800 # Node ID 136be8fa8710ac980c2fa5ccbbdd7c3a78700de3 # Parent ea794e48d4e239be168589e00fbceae86917807a Disable folds in diff summaries. diff -r ea794e48d4e2 -r 136be8fa8710 plugin/lawrencium.vim --- a/plugin/lawrencium.vim Fri Nov 23 13:43:08 2012 -0800 +++ b/plugin/lawrencium.vim Fri Nov 23 13:44:14 2012 -0800 @@ -1460,6 +1460,7 @@ endif call l:repo.ReadCommandOutput('diff', l:diffargs) setlocal filetype=diff + setlocal nofoldenable elseif l:comps['action'] == 'annotate' " Annotate file call l:repo.ReadCommandOutput('annotate', '-c', '-n', '-u', '-d', '-q', l:full_path)