changeset 131:f9328d486624

Fix minor error in paths for s:HgRecord
author Karl Yngve Lerv?g <karl.yngve@lervag.net>
date Wed, 17 Feb 2016 10:46:03 +0100
parents a9136d95cf47
children c04855b6f318
files plugin/lawrencium.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.