Mercurial > vim-lawrencium
changeset 132:c04855b6f318
Merge pull request #9 from GitHub.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 19 Feb 2016 15:54:53 -0800 |
parents | 7ad578b151c1 (current diff) f9328d486624 (diff) |
children | add9f0ed0b49 48f4124af78d |
files | plugin/lawrencium.vim |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.