# HG changeset patch # User Ludovic Chabant # Date 1408146769 25200 # Node ID 518a6b2eff5692066bd59b023ba6056ace361823 # Parent bc6003e7159e0b3f73210da9fb81e4aef839be8e Simpler looking repo paths. diff -r bc6003e7159e -r 518a6b2eff56 plugin/lawrencium.vim --- a/plugin/lawrencium.vim Tue Aug 05 17:12:22 2014 -0700 +++ b/plugin/lawrencium.vim Fri Aug 15 16:52:49 2014 -0700 @@ -131,7 +131,7 @@ let l:previous_path = "" while l:path != l:previous_path if isdirectory(l:path . '/.hg/store') - return simplify(fnamemodify(l:path, ':p')) + return s:normalizepath(simplify(fnamemodify(l:path, ':p'))) endif let l:previous_path = l:path let l:path = fnamemodify(l:path, ':h')