# HG changeset patch # User Ludovic Chabant # Date 1455926093 28800 # Node ID c04855b6f3188d37868519e54a95919be2c8f35a # Parent 7ad578b151c1ac2cf9cdcd59ed483af37a0512e2# Parent f9328d48662484a8489ef15317d64e3518a6f887 Merge pull request #9 from GitHub. diff -r 7ad578b151c1 -r c04855b6f318 plugin/lawrencium.vim --- a/plugin/lawrencium.vim Fri Feb 19 15:50:34 2016 -0800 +++ b/plugin/lawrencium.vim Fri Feb 19 15:54:53 2016 -0800 @@ -2216,7 +2216,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.