# HG changeset patch # User Karl Yngve Lerv?g # Date 1455702363 -3600 # Node ID f9328d48662484a8489ef15317d64e3518a6f887 # Parent a9136d95cf47d77c18776c613ba66043dae50583 Fix minor error in paths for s:HgRecord diff -r a9136d95cf47 -r f9328d486624 plugin/lawrencium.vim --- a/plugin/lawrencium.vim Tue Oct 06 23:13:43 2015 -0700 +++ b/plugin/lawrencium.vim Wed Feb 17 10:46:03 2016 +0100 @@ -2188,7 +2188,7 @@ if a:split == 1 let l:cmd = 'keepalt rightbelow vsplit ' endif - let l:rev_path = l:repo.GetLawrenciumPath(expand('%'), 'rev', '') + let l:rev_path = l:repo.GetLawrenciumPath(expand('%:p'), 'rev', '') execute l:cmd . fnameescape(l:rev_path) " This new buffer with the parent revision is set as a Lawrencium buffer.